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

Adding nsp check #12

Merged
merged 1 commit into from
Jan 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"watch": "babel --watch -d lib/ src/",
"jshint": "jshint src/. test/. --config",
"mocha": "mocha test/ --compilers js:babel-core/register",
"test": "npm run compile && npm run jshint && npm run mocha"
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
},
"directories": {
"lib": "lib"
Expand All @@ -61,7 +61,8 @@
"feathers": "^1.1.1",
"feathers-service-tests": "^0.5.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
"mocha": "^2.3.3",
"nsp": "^2.2.0"
},
"babel": {
"plugins": [
Expand Down