From 2a048cdd6440599b19c7c574f82ee56d571e8b69 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 22 Sep 2014 18:16:03 -0300 Subject: [PATCH] update api version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc80f8e..98c73a5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" }, "dependencies": { - "insight-bitcore-api": "git://github.com/bitpay/insight-api.git#v0.2.10" + "insight-bitcore-api": ">0.2.10" }, "devDependencies": { "bower": "~1.2.8",