Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 38bb8f2

Browse files
committed
Use bitcore-lib as a peerDependency
1 parent 4f7ddac commit 38bb8f2

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
@@ -21,7 +21,6 @@
2121
},
2222
"dependencies": {
2323
"async": "^0.9.2",
24-
"bitcore-lib": "^0.14.0",
2524
"body-parser": "^1.11.0",
2625
"compression": "^1.6.2",
2726
"coveralls": "^2.11.2",
@@ -62,6 +61,9 @@
6261
"supertest": "*",
6362
"tingodb": "^0.3.4"
6463
},
64+
"peerDependencies": {
65+
"bitcore-lib": "^0.14.0"
66+
},
6567
"scripts": {
6668
"start": "./start.sh",
6769
"stop": "./stop.sh",

0 commit comments

Comments
 (0)