Skip to content
Snippets Groups Projects
Commit 8d814d9e authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change bcrypt to bcrypt-nodejs

bcript is breaking at the VMs and I've changed it to a identical one

cc @lgl15
parent 91bd2d50
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -14,7 +14,7 @@
},
"dependencies": {
"apicache": "0.7.0",
"bcrypt": "^0.8.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
......
const mongoose = require('mongoose');
const bcrypt = require('bcrypt');
const bcrypt = require('bcrypt-nodejs');
const libs = `${process.cwd()}/libs`;
const log = require(`${libs}/log`)(module);
const Schema = mongoose.Schema;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment