Skip to content

Commit 4098e55

Browse files
committed
Adding nsp check
1 parent ff277ce commit 4098e55

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"watch": "babel --watch -d lib/ src/",
4141
"jshint": "jshint src/. test/. --config",
4242
"mocha": "mocha test/ --compilers js:babel-core/register",
43-
"test": "npm run compile && npm run jshint && npm run mocha"
43+
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
4444
},
4545
"directories": {
4646
"lib": "lib"
@@ -61,7 +61,8 @@
6161
"feathers": "^1.1.1",
6262
"feathers-service-tests": "^0.5.0",
6363
"jshint": "^2.8.0",
64-
"mocha": "^2.3.3"
64+
"mocha": "^2.3.3",
65+
"nsp": "^2.2.0"
6566
},
6667
"babel": {
6768
"plugins": [

0 commit comments

Comments
 (0)