Skip to content

Commit

Permalink
[Tests] use npx aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 23, 2019
1 parent 81d2e04 commit baa92d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Does this JS environment support the `name` property on functions?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"posttest": "npx aud"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit baa92d8

Please sign in to comment.