Skip to content

Commit

Permalink
[UPDATE] peer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 15, 2014
1 parent 63f6c13 commit 029ef81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@
"query",
"metric"
],
"dependencies": {
"opentsdb-query": "0.0.2"
"dependencies": {},
"peerDependencies": {
"opentsdb-query": "~0.0.2"
},
"devDependencies": {
"chai": "1.x.x",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"mocha": "1.x.x"
"mocha": "1.x.x",
"opentsdb-query": "~0.0.2"
},
"licenses": [
{
Expand Down

0 comments on commit 029ef81

Please sign in to comment.