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

Commit ddd9e2a

Browse files
committed
Merge pull request #1 from feathersjs/nsp-check
Adding nsp check
2 parents bb858c7 + 0626ad2 commit ddd9e2a

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": "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"
@@ -52,6 +52,7 @@
5252
"babel-preset-es2015": "^6.3.13",
5353
"feathers": "^2.0.0-pre.4",
5454
"jshint": "^2.9.1",
55-
"mocha": "^2.3.4"
55+
"mocha": "^2.3.4",
56+
"nsp": "^2.2.0"
5657
}
5758
}

0 commit comments

Comments
 (0)