We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff277ce + 4098e55 commit c31f96bCopy full SHA for c31f96b
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"watch": "babel --watch -d lib/ src/",
41
"jshint": "jshint src/. test/. --config",
42
"mocha": "mocha test/ --compilers js:babel-core/register",
43
- "test": "npm run compile && npm run jshint && npm run mocha"
+ "test": "npm run compile && npm run jshint && npm run mocha && nsp check"
44
},
45
"directories": {
46
"lib": "lib"
@@ -61,7 +61,8 @@
61
"feathers": "^1.1.1",
62
"feathers-service-tests": "^0.5.0",
63
"jshint": "^2.8.0",
64
- "mocha": "^2.3.3"
+ "mocha": "^2.3.3",
65
+ "nsp": "^2.2.0"
66
67
"babel": {
68
"plugins": [
0 commit comments