House cleaning.
This commit is contained in:
parent
adc1d93ac2
commit
16529909f9
@ -256,7 +256,3 @@ module.exports = {
|
|||||||
|
|
||||||
validMnemonic: validMnemonic,
|
validMnemonic: validMnemonic,
|
||||||
};
|
};
|
||||||
|
|
||||||
require('ethers-utils/standalone.js')({
|
|
||||||
HDNode: module.exports
|
|
||||||
});
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user