Skip to content

Commit 75c6f67

Browse files
committed
Merge pull request #19 from feathersjs/nsp-check
Adding nsp check
2 parents 80e6a65 + d63fdec commit 75c6f67

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
"release:major": "npm version major && npm publish",
4141
"jshint": "jshint lib/. test/. --config",
4242
"mocha": "mocha test/ --recursive",
43-
"test": "npm run jshint && npm run mocha"
43+
"test": "npm run jshint && npm run mocha && nsp check"
4444
},
4545
"engines": {
4646
"node": "~0.10.0",
@@ -61,6 +61,7 @@
6161
"feathers": "^1.1.0",
6262
"feathers-service-tests": "^0.3.0",
6363
"jshint": "^2.7.0",
64-
"mocha": "^1.12.1"
64+
"mocha": "^1.12.1",
65+
"nsp": "^2.2.0"
6566
}
6667
}

0 commit comments

Comments
 (0)