Skip to content

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 98a5431 commit 2c09ad7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
"type": "git",
"url": "https://github.com/bitpay/bitcore-message.git"
},
"dependencies": {
"bitcore-lib": "^0.13.7"
},
"dependencies": {},
"devDependencies": {
"bitcore-build": "bitpay/bitcore-build",
"brfs": "^1.3.0",
"chai": "~1.10.0",
"gulp": "^3.8.10"
},
"peerDependencies": {
"bitcore-lib": "^0.14"
},
"license": "MIT"
}

0 comments on commit 2c09ad7

Please sign in to comment.