From fb712091b55680427369d64b092fc6fe9ebae655 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 17 Apr 2014 09:30:49 -0300 Subject: [PATCH] update dependencies versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 51426677..d0a130bf 100644 --- a/package.json +++ b/package.json @@ -50,13 +50,13 @@ "start": "node node_modules/grunt-cli/bin/grunt" }, "dependencies": { - "bitcore": "git://github.com/bitpay/bitcore.git#9ef8b781826eac502783ff74b3dc2949cfc237ed", + "bitcore": "=0.1.8", "base58-native": "0.1.2", "async": "*", "leveldown": "*", "levelup": "*", "glob": "*", - "soop": "git://github.com/gasteve/node-soop.git", + "soop": "=0.1.3", "commander": "*", "bignum": "*", "express": "~3.4.7", @@ -66,8 +66,8 @@ "moment": "~2.5.0", "sinon": "~1.7.3", "chai": "~1.8.1", - "bufferput": "git://github.com/bitpay/node-bufferput.git", "xmlhttprequest": "~1.6.0" + "bufferput": "git://github.com/bitpay/node-bufferput.git", }, "devDependencies": { "grunt": "~0.4.2",