Use bcrypt-nodejs over bcrypt

This commit is contained in:
Richard Feldman
2018-05-04 19:46:36 -04:00
parent de70b4aa65
commit fe62b9304a
3 changed files with 111 additions and 214 deletions

View File

@@ -20,7 +20,7 @@
"npm-check": "5.5.2"
},
"dependencies": {
"bcrypt": "1.0.3",
"bcrypt-nodejs": "0.0.3",
"jsonwebtoken": "8.1.0",
"lodash": "4.17.4",
"moleculer": "^0.11.0",