Bumped node version, replaced bcrypt -> bcryptjs

This commit is contained in:
Wyatt Johnson
2017-07-25 10:01:05 +10:00
parent db183124c9
commit 3e09d28308
6 changed files with 13 additions and 19 deletions
+2 -2
View File
@@ -58,7 +58,7 @@
"accepts": "^1.3.3",
"app-module-path": "^2.2.0",
"async": "^2.5.0",
"bcrypt": "^1.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"bowser": "^1.7.0",
"cli-table": "^0.3.1",
@@ -215,6 +215,6 @@
"webpack": "^2.3.1"
},
"engines": {
"node": "^7.10.1"
"node": "^8"
}
}