We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c3100 commit 914a763Copy full SHA for 914a763
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"test": "tape test/*.js | tap-spec",
8
"lint": "eslint test/*.js app.js bin/*",
9
- "prepare": "nsp check",
+ "prepare": "echo 'To confirm CVE compliance, run \"npm run security-check\"' ",
10
+ "security-check": "nsp check",
11
"coverage": "nyc npm test",
12
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
13
"ci": "npm run lint && npm run coveralls",
0 commit comments