Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
caipirginka committed Dec 12, 2016
1 parent ea5cd12 commit 6607385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/


var bcrypt = require('bcrypt');
var bcrypt = require('bcryptjs');
var crypto = require('crypto');


Expand Down

0 comments on commit 6607385

Please sign in to comment.