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

Commit 6f67dcc

Browse files
committed
Adding nsp check
1 parent 57c637d commit 6f67dcc

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
@@ -35,7 +35,7 @@
3535
"watch": "babel --watch -d lib/ src/",
3636
"jshint": "jshint src/. test/. --config",
3737
"mocha": "mocha test/ --compilers js:babel-core/register",
38-
"test": "npm run compile && npm run jshint && npm run mocha"
38+
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
3939
},
4040
"directories": {
4141
"lib": "lib"
@@ -62,6 +62,7 @@
6262
"jshint": "^2.8.0",
6363
"lodash": "^3.10.1",
6464
"mocha": "^2.3.4",
65+
"nsp": "^2.2.0",
6566
"ws": "^1.0.0"
6667
}
6768
}

0 commit comments

Comments
 (0)