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

Commit

Permalink
Merge pull request #4 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 57c637d + 6f67dcc commit 5d34566
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": "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 @@ -62,6 +62,7 @@
"jshint": "^2.8.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"nsp": "^2.2.0",
"ws": "^1.0.0"
}
}

0 comments on commit 5d34566

Please sign in to comment.