Merge pull request #429 from matiu/feature/new-bitcore

change insight-api dep to github
This commit is contained in:
Matias Alejo Garcia 2014-03-10 17:48:32 -02:00
commit f368789f98
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
{ {
"name": "Juan Ignacio Sosa Lopez", "name": "Juan Ignacio Sosa Lopez",
"email": "bechilandia@gmail.com" "email": "bechilandia@gmail.com"
} }
], ],
"bugs": { "bugs": {
@ -46,7 +47,7 @@
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js" "start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js"
}, },
"dependencies": { "dependencies": {
"insight-bitcore-api": "~0.1.4" "insight-bitcore-api": "git://github.com/bitpay/insight-api"
}, },
"devDependencies": { "devDependencies": {
"bower": "~1.2.8", "bower": "~1.2.8",