fix bitcore version to prevent sync to stop

This commit is contained in:
Matias Alejo Garcia 2014-03-22 01:43:26 -03:00
parent 7f674e0566
commit cce2b9d71a
1 changed files with 1 additions and 1 deletions

View File

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