mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2025-03-07 01:57:55 -05:00
Only tested with Restify 2.6 and 2.7
This commit is contained in:
parent
d1999b520b
commit
1a2c346f23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"test": "./node_modules/.bin/mocha"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"restify": "~2.7.0"
|
||||
"restify": "2.6.x - 2.7.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.18.2",
|
||||
|
|
Loading…
Reference in a new issue