Merge pull request #20 from TabDigital/greenkeeper-restify-4.3.0

Update restify to version 4.3.0 🚀
This commit is contained in:
Chris Nguyen 2016-12-21 10:06:41 +11:00 committed by GitHub
commit c44819b6e8

View file

@ -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"
} }
} }