Skip to content

Commit

Permalink
Change prom-client to peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnie Lee committed Oct 19, 2016
1 parent ab3dcc5 commit c2b7412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"restify": "*",
"sinon": "*"
},
"dependencies": {
"prom-client": "3.4.6"
"peerDependencies": {
"prom-client": ">= 3.2 < 7"
}
}

0 comments on commit c2b7412

Please sign in to comment.