Skip to content

Commit

Permalink
Merge pull request #1411 from braydonf/v4.1.0
Browse files Browse the repository at this point in the history
Update bitcore-node to include bitcoin-0.12.1-bitcore
  • Loading branch information
kleetus committed Jun 27, 2016
2 parents 476933c + 0b30a6b commit 9a4cdbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "4.0.0",
"version": "4.1.0",
"description": "A platform to build bitcoin and blockchain-based applications.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"bitcore-lib": "^0.13.14",
"bitcore-node": "~3.0.0",
"bitcore-node": "~3.1.0",
"insight-api": "^0.4.0",
"insight-ui": "^0.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-deb
Expand Up @@ -84,7 +84,7 @@ echo "Cleanup Node.js addon binaries before packaging:"
find "${app_dir}" -type f -name '*.node' -print -delete
find "${app_dir}" -type f -name '*.o' -print -delete
echo "Cleanup intermediate files:"
rm -v "${deb_dir}/usr/opt/bitcore/node_modules/bitcore-node/bin/bitcoin-0.12.0-linux64.tar.gz"
rm -v "${deb_dir}/usr/opt/bitcore/node_modules/bitcore-node/bin/bitcoin-0.12.1-linux64.tar.gz"
npm shrinkwrap --dev
popd

Expand Down

0 comments on commit 9a4cdbd

Please sign in to comment.