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

Commit 1875c37

Browse files
committed
Add NSP check to test script.
1 parent 9ff861d commit 1875c37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"watch": "babel --watch -d lib/ src/",
4040
"jshint": "jshint src/. test/. --config",
4141
"mocha": "mocha test/ --compilers js:babel-core/register",
42-
"test": "npm run compile && npm run jshint && npm run mocha"
42+
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
4343
},
4444
"directories": {
4545
"lib": "lib"
@@ -50,6 +50,7 @@
5050
"babel-plugin-add-module-exports": "^0.1.1",
5151
"babel-plugin-transform-object-assign": "^6.1.18",
5252
"babel-preset-es2015": "^6.1.18",
53+
"nsp": "^2.2.0",
5354
"jshint": "^2.6.3",
5455
"mocha": "^2.1.0"
5556
}

0 commit comments

Comments
 (0)