House cleaning.

This commit is contained in:
ricmoo 2017-03-08 01:48:27 -05:00
parent adc1d93ac2
commit 16529909f9
2 changed files with 1 additions and 5 deletions

View File

@ -256,7 +256,3 @@ module.exports = {
validMnemonic: validMnemonic, validMnemonic: validMnemonic,
}; };
require('ethers-utils/standalone.js')({
HDNode: module.exports
});

View File

@ -7,9 +7,9 @@
"test": "echo \"Please run the tests from Ethers root\" && exit 1" "test": "echo \"Please run the tests from Ethers root\" && exit 1"
}, },
"dependencies": { "dependencies": {
"ethers-utils": "2.0.0",
"aes-js": "3.0.0", "aes-js": "3.0.0",
"elliptic": "6.3.3", "elliptic": "6.3.3",
"ethers-utils": "2.0.0",
"scrypt-js": "2.0.3", "scrypt-js": "2.0.3",
"setimmediate": "1.0.4", "setimmediate": "1.0.4",
"uuid": "2.0.1" "uuid": "2.0.1"