mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 11:52:26 -05:00
Merge pull request #12 from TabDigital/restify-upgrade
Update restify and peerDependency
This commit is contained in:
commit
8405705fe9
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
"test": "./node_modules/.bin/mocha"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"restify": "2.6.x - 4.0.x"
|
||||
"restify": "2.6.x - 4.1.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.18.2",
|
||||
"should": "~3.3.1",
|
||||
"restify": "~4.0.3",
|
||||
"restify": "~4.1.1",
|
||||
"supertest": "~0.12.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue