Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit 69a7c56

Browse files
committed
Merge pull request #24 from feathersjs/nsp-check
Adding nsp check
2 parents 98a3afd + 480b8d7 commit 69a7c56

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
@@ -36,7 +36,7 @@
3636
"watch": "babel --watch -d lib/ src/",
3737
"jshint": "jshint src/. test/. --config",
3838
"mocha": "mocha test/ --compilers js:babel-core/register --recursive --timeout 5000",
39-
"test": "npm run compile && npm run jshint && npm run mocha"
39+
"test": "npm run compile && npm run jshint && npm run mocha && nsp check"
4040
},
4141
"directories": {
4242
"lib": "lib"
@@ -61,6 +61,7 @@
6161
"jsdom": "^6.5.1",
6262
"jshint": "^2.8.0",
6363
"mocha": "^2.1.0",
64+
"nsp": "^2.2.0",
6465
"node-fetch": "^1.3.3",
6566
"request": "^2.56.0",
6667
"socket.io-client": "^1.3.5",

0 commit comments

Comments
 (0)