Skip to content

Commit

Permalink
Merge pull request #27 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 15a757e + 2557e70 commit c16da09
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 @@ -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 @@ -65,6 +65,7 @@
"jshint": "^2.8.0",
"knex": "^0.8.6",
"mocha": "^2.3.3",
"nsp": "^2.2.0",
"sqlite3": "^3.1.0"
}
}

0 comments on commit c16da09

Please sign in to comment.