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