From 719fdb806d4bd515fb17cce202d7e8efe1c95528 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 17 Apr 2014 10:48:57 -0300 Subject: [PATCH] update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8818e462..1d8cf2ba 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.8", + "version": "0.1.9", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -56,7 +56,7 @@ "leveldown": "*", "levelup": "*", "glob": "*", - "soop": "=0.1.3", + "soop": "=0.1.5", "commander": "*", "bignum": "*", "express": "~3.4.7",