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

Commit

Permalink
Use bitcore-lib as a peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptEmulation committed Mar 25, 2017
1 parent 4f7ddac commit 38bb8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"async": "^0.9.2",
"bitcore-lib": "^0.14.0",
"body-parser": "^1.11.0",
"compression": "^1.6.2",
"coveralls": "^2.11.2",
Expand Down Expand Up @@ -62,6 +61,9 @@
"supertest": "*",
"tingodb": "^0.3.4"
},
"peerDependencies": {
"bitcore-lib": "^0.14.0"
},
"scripts": {
"start": "./start.sh",
"stop": "./stop.sh",
Expand Down

0 comments on commit 38bb8f2

Please sign in to comment.