Merge pull request #46 from thisandagain/bugfix/36

Bump peer dependency version range
This commit is contained in:
William Blankenship 2017-10-31 11:01:28 -07:00 committed by GitHub
commit 332f4f69ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
"test": "require-lint && standard && mocha"
},
"peerDependencies": {
"restify": "2.6.x - 5.x.x"
"restify": "2.6.x - 6.x.x"
},
"devDependencies": {
"mocha": "~3.4.1",