Changed to bcrypt.js

This commit is contained in:
Richie Preece
2014-01-21 20:56:12 -07:00
parent 4c01fc4c0e
commit d959aad41f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
var bcrypt = require('bcrypt'),
var bcrypt = require('bcryptjs'),
async = require('async'),
nconf = require('nconf'),
winston = require('winston'),