Skip to content

Commit

Permalink
Merge pull request #1 from caipirginka/master
Browse files Browse the repository at this point in the history
Made it runnable on Windows too
  • Loading branch information
kalvish21 authored Dec 12, 2016
2 parents 2f84d48 + 6607385 commit 7a4f960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
*/


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


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "node-django-hashers",
"version": "1.0.8",
"dependencies": {
"bcrypt": "^0.8.5",
"crypt3": "^0.2.0",
"bcryptjs": "^2.3.0",
"crypto": "^0.0.3"
},
"description": "All password hashing algorithms for Django implemented in javascript for nodejs projects.",
Expand Down

0 comments on commit 7a4f960

Please sign in to comment.