From 37dc2bf2950b7bdb0ddb1236c743785fa7f23adf Mon Sep 17 00:00:00 2001 From: Marshall Thompson Date: Thu, 21 Jan 2016 11:07:30 -0700 Subject: [PATCH] Adding nsp check --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e67922f..f0cca6e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,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" @@ -66,6 +66,7 @@ "feathers-service-tests": "^0.5.2", "jshint": "^2.8.0", "mocha": "^2.3.3", + "nsp": "^2.2.0", "sequelize": "^3.14.1", "sqlite3": "^3.1.1" }