Skip to content

Commit

Permalink
[Tests] use aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent 872b93d commit ea2cd8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"lint": "eslint --ext=js,mjs .",
"tests-only": "tape 'test/**/*.js'",
"pretest": "npm run lint",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "aud --production"
},
"repository": {
"type": "git",
Expand All @@ -31,6 +32,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4",
"eslint": "=8.8.0",
"tape": "^5.0.1"
}
Expand Down

0 comments on commit ea2cd8c

Please sign in to comment.