mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-18 20:02:22 -05:00
Add require-lint to check package.json dependencies
This commit is contained in:
parent
3d0f3257a6
commit
2f91e63eff
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue