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 5df0fe4 commit b32d9bdCopy full SHA for b32d9bd
package.json
@@ -4,12 +4,14 @@
4
"description": "parse argument options",
5
"main": "index.js",
6
"devDependencies": {
7
+ "aud": "^2.0.1",
8
"nyc": "^10.3.2",
9
"tape": "^5.6.1"
10
},
11
"scripts": {
12
"prepack": "npmignore --auto --commentLines=auto",
- "test": "nyc tape test/*.js"
13
+ "test": "nyc tape test/*.js",
14
+ "posttest": "aud --production"
15
16
"testling": {
17
"files": "test/*.js",
0 commit comments