rollback bcrypt to 2.0.1

This commit is contained in:
jay 2018-09-14 00:00:54 +08:00
parent ead2d6c11a
commit 45271196bf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.0",
"bcrypt": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"cron": "1.3.0",
"dotenv": "^6.0.0",