Skip to content

Commit 7e34c41

Browse files
committed
chore(release): 5.0.0-beta.1
1 parent b89864d commit 7e34c41

File tree

2 files changed

+30
-73
lines changed

2 files changed

+30
-73
lines changed

package-lock.json

Lines changed: 27 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,13 @@
55
"node": ">=8.2.0"
66
},
77
"author": "BitPay <[email protected]>",
8-
"version": "5.0.0",
8+
"version": "5.0.0-beta.1",
99
"main": "./index.js",
1010
"repository": "git://github.com/bitpay/bitcore-node.git",
1111
"homepage": "https://github.com/bitpay/bitcore-node",
1212
"bugs": {
1313
"url": "https://github.com/bitpay/bitcore-node/issues"
1414
},
15-
"contributors": [
16-
{
17-
"name": "Christopher Jeffrey"
18-
},
19-
{
20-
"name": "Braydon Fuller",
21-
"email": "[email protected]"
22-
},
23-
{
24-
"name": "Chris Kleeschulte",
25-
"email": "[email protected]"
26-
},
27-
{
28-
"name": "Patrick Nagurny",
29-
"email": "[email protected]"
30-
}
31-
],
3215
"bin": {
3316
"bitcore-node": "./bin/bitcore-node"
3417
},
@@ -51,8 +34,8 @@
5134
"async": "^2.5.0",
5235
"bcoin": "bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
5336
"bitcoind-rpc": "^0.6.0",
54-
"bitcore-lib": "bitpay/bitcore-lib#transitional",
55-
"bitcore-p2p": "bitpay/bitcore-p2p#bcoin",
37+
"bitcore-lib": "5.0.0-beta.1",
38+
"bitcore-p2p": "5.0.0-beta.1",
5639
"body-parser": "^1.13.3",
5740
"colors": "^1.1.2",
5841
"commander": "^2.8.1",

0 commit comments

Comments
 (0)