package: remove crypto-browserify specific version

This commit is contained in:
Daniel Cousens 2015-02-02 19:04:16 +11:00
parent 64678e71e0
commit 51b23c658e

View file

@ -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",