build(package): use transitional bitcore-lib branch and blocks bitcore-node branch

This commit is contained in:
Jason Dreyzehner 2017-08-07 17:01:20 -04:00
parent ad4e25ef1b
commit 53e1ac3b9f
2 changed files with 14 additions and 2 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "bitcored",
"program": "${workspaceRoot}/bin/bitcored"
}
]
}

View File

@ -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"
},