Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from feathersjs/nsp-check
Browse files Browse the repository at this point in the history
Adding nsp check
  • Loading branch information
marshallswain committed Jan 21, 2016
2 parents b0701ab + 7c0631d commit 8355bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"watch": "babel --watch -d lib/ src/",
"jshint": "jshint src/. test/. --config",
"mocha": "mocha test/ --compilers js:babel-core/register",
"test": "npm run jshint && npm run mocha"
"test": "npm run jshint && npm run mocha && nsp check"
},
"directories": {
"lib": "lib"
Expand All @@ -60,6 +60,7 @@
"feathers-memory": "^0.5.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"nsp": "^2.2.0",
"request": "^2.44.0",
"socket.io-client": "^1.1.0",
"xmlhttprequest": "^1.6.0"
Expand Down

0 comments on commit 8355bf0

Please sign in to comment.