Merge pull request #30 from matiu/bug/script-processing

fix bitcore version to prevent sync to stop
This commit is contained in:
Matias Alejo Garcia 2014-03-22 01:45:19 -03:00
commit 78a39b8d1f

View File

@ -50,7 +50,7 @@
"start": "node node_modules/grunt-cli/bin/grunt" "start": "node node_modules/grunt-cli/bin/grunt"
}, },
"dependencies": { "dependencies": {
"bitcore": "~0.1.8", "bitcore": "git://github.com/bitpay/bitcore.git#9ef8b781826eac502783ff74b3dc2949cfc237ed",
"base58-native": "0.1.2", "base58-native": "0.1.2",
"async": "*", "async": "*",
"leveldown": "*", "leveldown": "*",