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

Commit bfcf410

Browse files
committed
Merge pull request #1 from feathersjs/nsp-check
Adding nsp check
2 parents f4fdf07 + dfcc62f commit bfcf410

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
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": "NODE_ENV=testing 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"
@@ -50,6 +50,7 @@
5050
"babel-preset-es2015": "^6.1.4",
5151
"feathers": "^1.2.0",
5252
"jshint": "^2.8.0",
53-
"mocha": "^2.3.3"
53+
"mocha": "^2.3.3",
54+
"nsp": "^2.2.0"
5455
}
5556
}

0 commit comments

Comments
 (0)