Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 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 cf3e959 + 70b350b commit 70a93e3
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 @@ -35,7 +35,7 @@
"watch": "babel --watch -d lib/ src/",
"jshint": "jshint src/. test/. --config",
"mocha": "mocha test/ --compilers js:babel-core/register",
"test": "rm -rf .tmp && npm run compile && npm run jshint && npm run mocha"
"test": "rm -rf .tmp && npm run compile && npm run jshint && npm run mocha && nsp check"
},
"directories": {
"lib": "lib"
Expand All @@ -59,6 +59,7 @@
"feathers-service-tests": "^0.5.2",
"jshint": "^2.8.0",
"mocha": "^2.3.4",
"nsp": "^2.2.0",
"sails-disk": "^0.10.8",
"waterline": "^0.10.28"
}
Expand Down

0 comments on commit 70a93e3

Please sign in to comment.