-
- Downloads
There was a problem fetching the pipeline summary.
Change bcrypt to bcrypt-nodejs
bcript is breaking at the VMs and I've changed it to a identical one cc @lgl15
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"apicache": "0.7.0", | "apicache": "0.7.0", | ||
"bcrypt": "^0.8.7", | "bcrypt-nodejs": "0.0.3", | ||
"body-parser": "^1.13.1", | "body-parser": "^1.13.1", | ||
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
"chai-http": "^3.0.0", | "chai-http": "^3.0.0", | ||
... | ... |
Please register or sign in to comment