Skip to content

Commit

Permalink
ci: remove nsp from tests (#569)
Browse files Browse the repository at this point in the history
Fixes #567
  • Loading branch information
ziluvatar authored and panva committed Jan 23, 2019
1 parent 5147852 commit da8f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"lint": "eslint .",
"coverage": "nyc mocha",
"test": "npm run lint && npm run coverage && nsp check && cost-of-modules"
"test": "npm run lint && npm run coverage && cost-of-modules"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit da8f55c

Please sign in to comment.