bump version to 2.1.2

This commit is contained in:
jomo 2020-03-29 07:44:21 +02:00
parent eae7745758
commit 14cbcae60c
2 changed files with 4 additions and 16 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "crafatar",
"version": "2.0.1",
"version": "2.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1381,13 +1381,6 @@
}
}
},
"node-df": {
"version": "github:crafatar/node-df#9fcd16bd61f1f7c7da0c01412cac3f0ea029eb3f",
"from": "github:crafatar/node-df",
"requires": {
"underscore": "^1.6.0"
}
},
"node-environment-flags": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
@ -2019,11 +2012,6 @@
"dev": true,
"optional": true
},
"underscore": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
},
"uri-js": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "crafatar",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"description": "A blazing fast API for Minecraft faces!",
"contributors": [
@ -33,10 +33,10 @@
"node": "12.16.1"
},
"dependencies": {
"@randy.tarampi/lwip": "^1.1.0",
"canvas": "^2.6.1",
"crc": "^3.8.0",
"ejs": "^3.0.1",
"@randy.tarampi/lwip": "^1.1.0",
"mime": "^2.4.4",
"redis": "^3.0.2",
"request": "^2.88.2",
@ -48,4 +48,4 @@
"mocha": "^7.1.1",
"mocha-lcov-reporter": "^1.3.0"
}
}
}