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

Commit 402c794

Browse files
committed
Adding nsp check
1 parent 2ddecfd commit 402c794

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
@@ -54,7 +54,7 @@
5454
"compile": "rm -rf lib/ && babel -d lib/ src/",
5555
"jshint": "jshint src/. test/. --config",
5656
"mocha": "mocha test/ --compilers js:babel/register",
57-
"test": "npm run jshint && npm run mocha"
57+
"test": "npm run jshint && npm run mocha && nsp check"
5858
},
5959
"directories": {
6060
"lib": "lib"
@@ -65,6 +65,7 @@
6565
"chai": "^3.4.0",
6666
"feathers": "^1.1.1",
6767
"jshint": "^2.8.0",
68-
"mocha": "^2.3.3"
68+
"mocha": "^2.3.3",
69+
"nsp": "^2.2.0"
6970
}
7071
}

0 commit comments

Comments
 (0)