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.
aud
posttest
1 parent 051f608 commit dc1cc12Copy full SHA for dc1cc12
1 file changed
package.json
@@ -9,6 +9,7 @@
9
},
10
"bugs": "https://github.com/substack/node-shell-quote/issues",
11
"devDependencies": {
12
+ "aud": "^2.0.1",
13
"tape": "^5.6.1"
14
15
"homepage": "https://github.com/substack/node-shell-quote",
@@ -26,6 +27,7 @@
26
27
28
"scripts": {
29
"tests-only": "tape 'test/**/*.js'",
- "test": "npm run tests-only"
30
+ "test": "npm run tests-only",
31
+ "posttest": "aud --production"
32
}
33
0 commit comments