Skip to content

Commit

Permalink
Merge pull request #205 from feathersjs/adding-nsp
Browse files Browse the repository at this point in the history
Appending `nsp check` to test script.
  • Loading branch information
daffl committed Jan 18, 2016
2 parents 8e19a40 + 0ac897b commit d6a9890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jshint": "jshint src/. test/. --config",
"coverage": "istanbul cover _mocha -- test/ --recursive",
"mocha": "mocha test/ --compilers js:babel-core/register --recursive",
"test": "npm run compile && npm run jshint && npm run mocha"
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
},
"engines": {
"node": ">= 0.10.0",
Expand All @@ -65,6 +65,7 @@
"istanbul": "^0.4.0",
"jshint": "^2.6.3",
"mocha": "^2.2.0",
"nsp": "^2.2.0",
"q": "^1.0.1",
"request": "^2.x",
"socket.io-client": "^1.0.0"
Expand Down

0 comments on commit d6a9890

Please sign in to comment.