From 284ff9eecc192620c9e15913cda1379f152dd44a Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 28 Feb 2014 16:34:38 -0300 Subject: [PATCH] added insight-bitcore-api dependency form github insight repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ed7267..0a3d828 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js" }, "dependencies": { - "insight-bitcore-api": "latest" + "insight-bitcore-api": "git://github.com/bitpay/insight-api.git" }, "devDependencies": { "bower": "~1.2.8",