Hash.js dependency is only needed by elliptic.

This commit is contained in:
Braydon Fuller 2015-10-13 20:51:04 -04:00
parent 41a4e6e19f
commit 59d2d5cf00
2 changed files with 5 additions and 6 deletions

10
npm-shrinkwrap.json generated
View File

@ -26,14 +26,14 @@
"version": "1.0.5",
"from": "brorand@^1.0.1",
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz"
},
"hash.js": {
"version": "1.0.3",
"from": "hash.js@=1.0.3",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz"
}
}
},
"hash.js": {
"version": "1.0.2",
"from": "hash.js@^1.0.0",
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.2.tgz"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@=2.0.1",

View File

@ -84,7 +84,6 @@
"bs58": "=2.0.0",
"buffer-compare": "=1.0.0",
"elliptic": "=3.0.3",
"hash.js": "=1.0.2",
"inherits": "=2.0.1",
"lodash": "=3.10.1",
"sha512": "=0.0.1"