From b860de235736e8f26ad5615474f17616921b3976 Mon Sep 17 00:00:00 2001 From: Marshall Thompson Date: Thu, 21 Jan 2016 11:04:26 -0700 Subject: [PATCH] Adding nsp check --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3894c93..62ffa1a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "watch": "babel --watch -d lib/ src/", "jshint": "jshint src/. test/. --config", "mocha": "mocha test/ --compilers js:babel-core/register", - "test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha" + "test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha && nsp check" }, "engines": { "node": ">=0.10.0", @@ -61,6 +61,7 @@ "feathers-service-tests": "^0.5.3", "jshint": "^2.8.0", "mocha": "^2.2.5", - "nedb": "^1.5.1" + "nedb": "^1.5.1", + "nsp": "^2.2.0" } }