mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 11:52:26 -05:00
Merge pull request #20 from TabDigital/greenkeeper-restify-4.3.0
Update restify to version 4.3.0 🚀
This commit is contained in:
commit
c44819b6e8
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
"test": "./node_modules/.bin/mocha"
|
"test": "./node_modules/.bin/mocha"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"restify": "2.6.x - 4.1.x"
|
"restify": "2.6.x - 4.3.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~3.2.0",
|
"mocha": "~3.2.0",
|
||||||
"should": "~11.1.0",
|
"should": "~11.1.0",
|
||||||
"restify": "~4.1.1",
|
"restify": "~4.3.0",
|
||||||
"supertest": "~2.0.0"
|
"supertest": "~2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue