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

Commit c1d057e

Browse files
committed
Merge pull request #6 from feathersjs/nsp-check
Adding nsp check
2 parents 80f264a + 89ea472 commit c1d057e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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"
@@ -61,6 +61,7 @@
6161
"jshint": "^2.8.0",
6262
"lodash": "^3.10.1",
6363
"mocha": "^2.3.4",
64+
"nsp": "^2.2.0",
6465
"socket.io-client": "^1.3.7"
6566
}
6667
}

0 commit comments

Comments
 (0)