mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2025-03-07 01:57:55 -05:00
Merge pull request #46 from thisandagain/bugfix/36
Bump peer dependency version range
This commit is contained in:
commit
332f4f69ba
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue