package: browserify now uses crypto-browserify 3.0.0
This commit is contained in:
parent
c96b862530
commit
e82da0ca85
1 changed files with 0 additions and 4 deletions
|
@ -68,14 +68,10 @@
|
||||||
"test": "npm run-script unit",
|
"test": "npm run-script unit",
|
||||||
"unit": "istanbul test mocha -- --reporter list test/*.js"
|
"unit": "istanbul test mocha -- --reporter list test/*.js"
|
||||||
},
|
},
|
||||||
"browser": {
|
|
||||||
"crypto": "crypto-browserify"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bigi": "1.1.0",
|
"bigi": "1.1.0",
|
||||||
"bs58": "1.2.1",
|
"bs58": "1.2.1",
|
||||||
"bs58check": "1.0.1",
|
"bs58check": "1.0.1",
|
||||||
"crypto-browserify": "3.0.0",
|
|
||||||
"ecurve": "1.0.0"
|
"ecurve": "1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue