We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c8c03 commit b860de2Copy full SHA for b860de2
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"watch": "babel --watch -d lib/ src/",
38
"jshint": "jshint src/. test/. --config",
39
"mocha": "mocha test/ --compilers js:babel-core/register",
40
- "test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha"
+ "test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha && nsp check"
41
},
42
"engines": {
43
"node": ">=0.10.0",
@@ -61,6 +61,7 @@
61
"feathers-service-tests": "^0.5.3",
62
"jshint": "^2.8.0",
63
"mocha": "^2.2.5",
64
- "nedb": "^1.5.1"
+ "nedb": "^1.5.1",
65
+ "nsp": "^2.2.0"
66
}
67
0 commit comments