use latest eth-keyring-controller

This commit is contained in:
brunobar79 2018-07-01 12:00:04 -10:00
parent 1494cc5e6c
commit 66b3b72c98
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -8288,8 +8288,9 @@
}
},
"eth-keyring-controller": {
"version": "github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
"from": "eth-keyring-controller@github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/eth-keyring-controller/-/eth-keyring-controller-3.2.0.tgz",
"integrity": "sha512-GU1blKGftP6VDfI/5+9QZxPVkgm6VB7/UWTywd49rA/lNfm64mwTFjkBLG26S6UjdEJZiAU1kI1CdNWdAzZg5w==",
"dev": true,
"requires": {
"bip39": "^2.4.0",

View File

@ -230,7 +230,7 @@
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0",
"eth-json-rpc-middleware": "^1.6.0",
"eth-keyring-controller": "github:brunobar79/KeyringController#e447cb7cc93d1b7bf082710a6d5e21150588571e",
"eth-keyring-controller": "3.2.0",
"file-loader": "^1.1.11",
"fs-promise": "^2.0.3",
"ganache-cli": "^6.1.0",