Skip to content

Commit

Permalink
[meta] use recommended syntax for npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Nov 13, 2023
1 parent c58a611 commit de69d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "aud --omit=dev",
"lint": "eslint --ext=js,mjs ."
},
"contributors": [
Expand Down

0 comments on commit de69d90

Please sign in to comment.