package: crypto-browserify must be specified until browserify catches up

This commit is contained in:
Daniel Cousens 2014-09-22 18:18:46 +10:00
parent 2ed8ade1e1
commit 1dad7b617b

View file

@ -68,10 +68,14 @@
"test": "npm run-script unit",
"unit": "istanbul test mocha -- --reporter list test/*.js"
},
"browser": {
"crypto": "crypto-browserify"
},
"dependencies": {
"bigi": "1.1.0",
"bs58": "1.2.1",
"bs58check": "1.0.1",
"crypto-browserify": "3.2.0",
"ecurve": "1.0.0"
}
}