Skip to content

Commit

Permalink
[Tests] use npx aud instead of npm audit with hoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 4, 2019
1 parent fee91f3 commit 1b39884
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
"scripts": {
"pretest": "npm run --silent lint && es-shim-api --bound",
"test": "npm run --silent tests-only",
"posttest": "npm run audit",
"posttest": "npx aud",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module",
"test:shimmed": "node test/shimmed.js",
"test:module": "node test/index.js",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "eslint .",
"preaudit": "npm install --package-lock --package-lock-only",
"audit": "npm audit",
"postaudit": "rm package-lock.json"
"lint": "eslint ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b39884

Please sign in to comment.