From 42499bec936d0f85f12b82fcad22055d5cee2933 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 2 Apr 2015 15:26:17 -0300 Subject: [PATCH] update version --- package.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9d9d755..bc6668d 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "async": "^0.9.0", - "bitcore-explorers": "^0.9.1", - "bitcore-wallet-utils": "^0.0.7", + "bitcore-explorers": "^0.10.3", + "bitcore-wallet-utils": "0.0.9", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0", @@ -54,11 +54,14 @@ "test": "./node_modules/.bin/mocha", "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, - "contributors": [{ - "name": "Ivan Socolsky", - "email": "ivan@bitpay.com" - }, { - "name": "Matias Alejo Garcia", - "email": "ematiu@gmail.com" - }] + "contributors": [ + { + "name": "Ivan Socolsky", + "email": "ivan@bitpay.com" + }, + { + "name": "Matias Alejo Garcia", + "email": "ematiu@gmail.com" + } + ] }