Skip to content

Commit 2cc7243

Browse files
committed
Merge pull request #10 from feathersjs/nsp-check
Adding nsp check
2 parents b2f4bde + b860de2 commit 2cc7243

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
@@ -37,7 +37,7 @@
3737
"watch": "babel --watch -d lib/ src/",
3838
"jshint": "jshint src/. test/. --config",
3939
"mocha": "mocha test/ --compilers js:babel-core/register",
40-
"test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha"
40+
"test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha && nsp check"
4141
},
4242
"engines": {
4343
"node": ">=0.10.0",
@@ -61,6 +61,7 @@
6161
"feathers-service-tests": "^0.5.3",
6262
"jshint": "^2.8.0",
6363
"mocha": "^2.2.5",
64-
"nedb": "^1.5.1"
64+
"nedb": "^1.5.1",
65+
"nsp": "^2.2.0"
6566
}
6667
}

0 commit comments

Comments
 (0)