Merge pull request #12 from TabDigital/restify-upgrade

Update restify and peerDependency
This commit is contained in:
Sara 2016-06-20 16:25:23 +10:00 committed by GitHub
commit 8405705fe9

View file

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