Skip to content

Commit ea2cd8c

Browse files
committed
[Tests] use aud
1 parent 872b93d commit ea2cd8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lint": "eslint --ext=js,mjs .",
1515
"tests-only": "tape 'test/**/*.js'",
1616
"pretest": "npm run lint",
17-
"test": "npm run tests-only"
17+
"test": "npm run tests-only",
18+
"posttest": "aud --production"
1819
},
1920
"repository": {
2021
"type": "git",
@@ -31,6 +32,7 @@
3132
},
3233
"devDependencies": {
3334
"@ljharb/eslint-config": "^21.1.0",
35+
"aud": "^2.0.4",
3436
"eslint": "=8.8.0",
3537
"tape": "^5.0.1"
3638
}

0 commit comments

Comments
 (0)