Skip to content

Commit 42122cb

Browse files
committed
Use bitcore-lib as a peerDependency
1 parent b7a6845 commit 42122cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"url": "https://github.com/bitpay/bitcore-p2p.git"
5353
},
5454
"dependencies": {
55-
"bitcore-lib": "^0.13.7",
5655
"bloom-filter": "^0.2.0",
5756
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
5857
"socks5-client": "^0.3.6"
@@ -64,5 +63,8 @@
6463
"gulp": "^3.8.10",
6564
"sinon": "^1.12.2"
6665
},
66+
"peerDependencies": {
67+
"bitcore-lib": "^0.14.0"
68+
},
6769
"license": "MIT"
6870
}

0 commit comments

Comments
 (0)