Merge pull request #10 from vickvu/master

Updates restify peerDependency to 4.x
This commit is contained in:
Vick Vu 2015-12-02 09:48:35 +11:00
commit 7315ce7e7c
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.10"
- "4.2"
script: "npm test"
cache:
directories:

View file

@ -19,12 +19,12 @@
"test": "./node_modules/.bin/mocha"
},
"peerDependencies": {
"restify": "2.6.x - 3.0.x"
"restify": "2.6.x - 4.0.x"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1",
"restify": "~2.6.0",
"restify": "~4.0.3",
"supertest": "~0.12.0"
}
}