Skip to content

Commit a5afd86

Browse files
committed
Merge pull request #10 from feathersjs/nsp-check
Adding nsp check
2 parents 296110a + 37dc2bf commit a5afd86

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
@@ -43,7 +43,7 @@
4343
"watch": "babel --watch -d lib/ src/",
4444
"jshint": "jshint src/. test/. --config",
4545
"mocha": "mocha test/ --compilers js:babel-core/register",
46-
"test": "npm run jshint && npm run mocha"
46+
"test": "npm run jshint && npm run mocha && nsp check"
4747
},
4848
"directories": {
4949
"lib": "lib"
@@ -66,6 +66,7 @@
6666
"feathers-service-tests": "^0.5.2",
6767
"jshint": "^2.8.0",
6868
"mocha": "^2.3.3",
69+
"nsp": "^2.2.0",
6970
"sequelize": "^3.14.1",
7071
"sqlite3": "^3.1.1"
7172
}

0 commit comments

Comments
 (0)