From a0b45b78f5dfd7c13cb4e62d888dec76b30016e8 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 11 Jun 2015 18:51:02 -0300 Subject: [PATCH] remove bitcore-explorers ref --- package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d543af8..ebb42bd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "dependencies": { "async": "^0.9.0", "bitcore": "^0.11.6", - "bitcore-explorers": "^0.10.3", "bitcore-wallet-utils": "0.0.13", "body-parser": "^1.11.0", "coveralls": "^2.11.2", @@ -62,11 +61,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" + } + ] }