Permalink
Browse files

Update bitcore-node to include bitcoin-0.12.1-bitcore

  • Loading branch information...
1 parent 476933c commit 0b30a6bb7e17b5bff5e2af621c747acd6110de4d @braydonf braydonf committed Jun 27, 2016
Showing with 3 additions and 3 deletions.
  1. +2 −2 package.json
  2. +1 −1 scripts/build-deb
View
@@ -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 <[email protected]>",
"main": "index.js",
@@ -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"
},
View
@@ -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

0 comments on commit 0b30a6b

Please sign in to comment.