Skip to content

Commit 097d8bf

Browse files
ci: remove nsp from tests (#569)
Fixes auth0/node-jsonwebtoken#567
1 parent d2907e9 commit 097d8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"lint": "eslint .",
2323
"coverage": "nyc mocha",
24-
"test": "npm run lint && npm run coverage && nsp check && cost-of-modules"
24+
"test": "npm run lint && npm run coverage && cost-of-modules"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)