Add require-lint to check package.json dependencies

This commit is contained in:
Romain Prieto 2017-05-23 08:34:38 +10:00
parent 3d0f3257a6
commit 2f91e63eff

View file

@ -16,13 +16,14 @@
},
"main": "src/index.js",
"scripts": {
"test": "standard && ./node_modules/.bin/mocha"
"test": "require-lint && standard && mocha"
},
"peerDependencies": {
"restify": "2.6.x - 4.3.x"
},
"devDependencies": {
"mocha": "~3.4.1",
"require-lint": "^1.1.2",
"restify": "~4.3.0",
"should": "~11.2.1",
"standard": "^10.0.2",