mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 03:43:09 -05:00
Merge pull request #6 from mehdivk/restify-dependency
Updates restify peerDependency
This commit is contained in:
commit
758fbfc389
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"test": "./node_modules/.bin/mocha"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"restify": "2.6.x - 2.8.x"
|
||||
"restify": "2.6.x - 3.0.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.18.2",
|
||||
|
|
Loading…
Reference in a new issue