Change package gh deps (bitcore-lib)

This commit is contained in:
Jon Layton 2018-03-31 20:00:40 +00:00
parent 10a21524d8
commit 961ec63834
2 changed files with 554 additions and 406 deletions

954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "bitcore-p2p",
"version": "5.0.0-beta.2",
"description": "Interface to the bitcoin P2P network for bitcore",
"description": "Interface to the BTCP P2P network for Bitcore",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
@ -15,10 +15,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-p2p.git"
"url": "https://github.com/BTCPrivate/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bitcore-lib": "ch4ot1c/bitcore-lib",
"bcoin": "1.0.0-beta.12",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",