mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 03:43:09 -05:00
Updates restify peerDependency to 4.x
This commit is contained in:
parent
f1286a97b1
commit
1a8eade536
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "4.2"
|
||||||
script: "npm test"
|
script: "npm test"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
|
@ -19,12 +19,12 @@
|
||||||
"test": "./node_modules/.bin/mocha"
|
"test": "./node_modules/.bin/mocha"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"restify": "2.6.x - 3.0.x"
|
"restify": "2.6.x - 4.0.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.18.2",
|
"mocha": "~1.18.2",
|
||||||
"should": "~3.3.1",
|
"should": "~3.3.1",
|
||||||
"restify": "~2.6.0",
|
"restify": "~4.0.3",
|
||||||
"supertest": "~0.12.0"
|
"supertest": "~0.12.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue