From 6579d6c938f8ba9b8093cc17884224271e2cd332 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 20 Mar 2014 14:19:27 -0300 Subject: [PATCH] update package info; --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca55791b..3e834802 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore-api", "description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", - "version": "0.1.4", + "version": "0.1.5", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -50,7 +50,7 @@ "start": "node node_modules/grunt-cli/bin/grunt" }, "dependencies": { - "bitcore": "git://github.com/bitpay/bitcore.git", + "bitcore": "~0.1.8", "base58-native": "0.1.2", "async": "*", "leveldown": "*",