mirror of https://github.com/status-im/bip39.git
package: specify reliance on latest browserify
This commit is contained in:
parent
1e60a65062
commit
3168f1e3ca
|
@ -23,8 +23,12 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pbkdf2-compat": "2.0.0"
|
"pbkdf2-compat": "2.0.0"
|
||||||
},
|
},
|
||||||
|
"browser": {
|
||||||
|
"crypto": "crypto-browserify"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^5.12.0",
|
"browserify": "^5.12.0",
|
||||||
|
"crypto-browserify": "3.2.4",
|
||||||
"mocha": "^1.17.1",
|
"mocha": "^1.17.1",
|
||||||
"sinon": "^1.10.3"
|
"sinon": "^1.10.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue