We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 296110a + 37dc2bf commit a5afd86Copy full SHA for a5afd86
1 file changed
package.json
@@ -43,7 +43,7 @@
43
"watch": "babel --watch -d lib/ src/",
44
"jshint": "jshint src/. test/. --config",
45
"mocha": "mocha test/ --compilers js:babel-core/register",
46
- "test": "npm run jshint && npm run mocha"
+ "test": "npm run jshint && npm run mocha && nsp check"
47
},
48
"directories": {
49
"lib": "lib"
@@ -66,6 +66,7 @@
66
"feathers-service-tests": "^0.5.2",
67
"jshint": "^2.8.0",
68
"mocha": "^2.3.3",
69
+ "nsp": "^2.2.0",
70
"sequelize": "^3.14.1",
71
"sqlite3": "^3.1.1"
72
}
0 commit comments