From 53e1ac3b9fce5ce763b55faf291210e1ee35ba61 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 7 Aug 2017 17:01:20 -0400 Subject: [PATCH] build(package): use transitional bitcore-lib branch and blocks bitcore-node branch --- .vscode/launch.json | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..2bbf66c61 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,12 @@ +{ + "version": "0.2.0", + "configurations": [ + + { + "type": "node", + "request": "launch", + "name": "bitcored", + "program": "${workspaceRoot}/bin/bitcored" + } + ] +} diff --git a/package.json b/package.json index 4f194438f..85a9ad448 100644 --- a/package.json +++ b/package.json @@ -82,8 +82,8 @@ "request": "browser-request" }, "dependencies": { - "bitcore-lib": "^0.14", - "bitcore-node": "~3.1.0", + "bitcore-lib": "bitpay/bitcore-lib#transitional", + "bitcore-node": "bitpay/bitcore-node#blocks", "insight-api": "^0.4.0", "insight-ui": "^0.4.0" },