1
0
Fork 0

update to use node-scrypt2, bump to 2.1.0

master
Jared Kantrowitz 4 years ago
parent 38272bbbd3
commit 8961a5d955

@ -1,4 +1,4 @@
scrypt = require "scrypt" scrypt = require "node-scrypt2"
errors = require "errors" errors = require "errors"
Promise = require "bluebird" Promise = require "bluebird"

@ -1,6 +1,6 @@
var Promise, defaultParameters, errors, getDefaultParameters, normalizePassword, scrypt, scryptErrorMap, scryptHandler; var Promise, defaultParameters, errors, getDefaultParameters, normalizePassword, scrypt, scryptErrorMap, scryptHandler;
scrypt = require("scrypt"); scrypt = require("node-scrypt2");
errors = require("errors"); errors = require("errors");

@ -1,6 +1,6 @@
{ {
"name": "scrypt-for-humans", "name": "scrypt-for-humans",
"version": "2.0.5", "version": "2.1.0",
"description": "A human-friendly API wrapper for the Node.js Scrypt bindings.", "description": "A human-friendly API wrapper for the Node.js Scrypt bindings.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -31,6 +31,6 @@
"dependencies": { "dependencies": {
"bluebird": "^2.6.4", "bluebird": "^2.6.4",
"errors": "^0.2.0", "errors": "^0.2.0",
"scrypt": "github:jkantr/node-scrypt#napi" "node-scrypt2": "^1.0.0"
} }
} }

Loading…
Cancel
Save