Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Aug 18, 2017
1 parent b89864d commit b7f83a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 3 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,13 @@
"node": ">=8.2.0"
},
"author": "BitPay <[email protected]>",
"version": "5.0.0",
"version": "5.0.0-beta.1",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node",
"bugs": {
"url": "https://github.com/bitpay/bitcore-node/issues"
},
"contributors": [
{
"name": "Christopher Jeffrey"
},
{
"name": "Braydon Fuller",
"email": "[email protected]"
},
{
"name": "Chris Kleeschulte",
"email": "[email protected]"
},
{
"name": "Patrick Nagurny",
"email": "[email protected]"
}
],
"bin": {
"bitcore-node": "./bin/bitcore-node"
},
Expand All @@ -51,8 +34,8 @@
"async": "^2.5.0",
"bcoin": "bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
"bitcoind-rpc": "^0.6.0",
"bitcore-lib": "bitpay/bitcore-lib#transitional",
"bitcore-p2p": "bitpay/bitcore-p2p#bcoin",
"bitcore-lib": "5.0.0-beta.1",
"bitcore-p2p": "5.0.0-beta.1",
"body-parser": "^1.13.3",
"colors": "^1.1.2",
"commander": "^2.8.1",
Expand Down

0 comments on commit b7f83a0

Please sign in to comment.