We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40329db commit 302d152Copy full SHA for 302d152
package.json
@@ -26,8 +26,8 @@
26
"node": ">= 4"
27
},
28
"scripts": {
29
- "postinstall": "test `node --version | cut -c 2` -ne 4 && nsp check || echo 'No vulnerabilities check possible on Node.js 4'",
30
- "test": "grunt",
+ "security": "test `node --version | cut -c 2` -ne 4 && nsp check || echo 'No vulnerabilities check possible on Node.js 4'",
+ "test": "npm run security && grunt",
31
"coverage": "grunt instrument && GRUNT_HTML_DOM_SNAPSHOT_COVERAGE=1 grunt",
32
"coveralls": "test `node --version | cut -c 2` -eq 8 && npm run coverage && grunt coveralls",
33
"semantic-release": "semantic-release"
0 commit comments