From 480b8d7afa26dbfa28ceac2321759d02011bb514 Mon Sep 17 00:00:00 2001 From: Marshall Thompson Date: Thu, 21 Jan 2016 11:03:15 -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 2655a36..5bf07be 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "watch": "babel --watch -d lib/ src/", "jshint": "jshint src/. test/. --config", "mocha": "mocha test/ --compilers js:babel-core/register --recursive --timeout 5000", - "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" @@ -61,6 +61,7 @@ "jsdom": "^6.5.1", "jshint": "^2.8.0", "mocha": "^2.1.0", + "nsp": "^2.2.0", "node-fetch": "^1.3.3", "request": "^2.56.0", "socket.io-client": "^1.3.5",