Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
juliangruber and ljharb authored Aug 2, 2024
1 parent 1732694 commit d496af7
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 @@ -48,6 +48,6 @@
"lint": "eslint --ext=mjs,js .",
"tests-only": "tape test.js",
"test": "npm run tests-only",
"posttest": "npx npm@'>=10.2' audit"
"posttest": "npx npm@'>=10.2' audit --production"
}
}

0 comments on commit d496af7

Please sign in to comment.