paypro: use correct bitcore version in package.json.

This commit is contained in:
Christopher Jeffrey 2014-09-08 15:08:07 -07:00
parent d855c16d0a
commit b983991d23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,6 @@
], ],
"devDependencies": { "devDependencies": {
"async": "0.9.0", "async": "0.9.0",
"bitcore": "0.1.35",
"blanket": "1.1.6", "blanket": "1.1.6",
"browser-pack": "2.0.1", "browser-pack": "2.0.1",
"browser-request": "0.3.2", "browser-request": "0.3.2",
@ -63,6 +62,7 @@
"grunt-contrib-uglify": "^0.5.1", "grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "0.5.3", "grunt-contrib-watch": "0.5.3",
"grunt-markdown": "0.5.0", "grunt-markdown": "0.5.0",
"bitcore": "git://github.com/bitpay/bitcore#master",
"grunt-mocha-test": "0.8.2", "grunt-mocha-test": "0.8.2",
"grunt-shell": "0.6.4", "grunt-shell": "0.6.4",
"grunt-angular-gettext": "^0.2.15", "grunt-angular-gettext": "^0.2.15",