package: remove crypto-browserify specific version
This commit is contained in:
parent
64678e71e0
commit
51b23c658e
1 changed files with 4 additions and 8 deletions
12
package.json
12
package.json
|
@ -44,19 +44,15 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
||||||
},
|
},
|
||||||
"browser": {
|
|
||||||
"crypto": "crypto-browserify"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bigi": "^1.4.0",
|
"bigi": "^1.4.0",
|
||||||
"bs58check": "1.0.3",
|
"bs58check": "^1.0.4",
|
||||||
"crypto-browserify": "^3.9.0",
|
"ecurve": "^1.0.0",
|
||||||
"ecurve": "1.0.0",
|
"typeforce": "^0.1.0"
|
||||||
"typeforce": "0.1.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"async": "^0.9.0",
|
"async": "^0.9.0",
|
||||||
"browserify": "^8.0.3",
|
"browserify": "^8.1.0",
|
||||||
"bs58": "^2.0.1",
|
"bs58": "^2.0.1",
|
||||||
"cb-helloblock": "^0.4.10",
|
"cb-helloblock": "^0.4.10",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue