Browse Source

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

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
1dad7b617b
  1. 4
      package.json

4
package.json

@ -68,10 +68,14 @@
"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.2.0",
"ecurve": "1.0.0" "ecurve": "1.0.0"
} }
} }

Loading…
Cancel
Save