Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit 7c0631d

Browse files
committed
Adding nsp check
1 parent b0701ab commit 7c0631d

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 jshint && npm run mocha"
38+
"test": "npm run jshint && npm run mocha && nsp check"
3939
},
4040
"directories": {
4141
"lib": "lib"
@@ -60,6 +60,7 @@
6060
"feathers-memory": "^0.5.1",
6161
"jshint": "^2.8.0",
6262
"mocha": "^2.3.3",
63+
"nsp": "^2.2.0",
6364
"request": "^2.44.0",
6465
"socket.io-client": "^1.1.0",
6566
"xmlhttprequest": "^1.6.0"

0 commit comments

Comments
 (0)