We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e6a65 + d63fdec commit 75c6f67Copy full SHA for 75c6f67
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"release:major": "npm version major && npm publish",
41
"jshint": "jshint lib/. test/. --config",
42
"mocha": "mocha test/ --recursive",
43
- "test": "npm run jshint && npm run mocha"
+ "test": "npm run jshint && npm run mocha && nsp check"
44
},
45
"engines": {
46
"node": "~0.10.0",
@@ -61,6 +61,7 @@
61
"feathers": "^1.1.0",
62
"feathers-service-tests": "^0.3.0",
63
"jshint": "^2.7.0",
64
- "mocha": "^1.12.1"
+ "mocha": "^1.12.1",
65
+ "nsp": "^2.2.0"
66
}
67
0 commit comments