Skip to content

Commit

Permalink
[Tests] use npx aud instead of nsp or npm audit with hoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2019
1 parent ba5d2d7 commit 14e4824
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -9,12 +9,9 @@
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node --harmony --es-staging test",
"posttest": "npm run audit",
"posttest": "npx aud",
"coverage": "covert test.js",
"lint": "eslint test.js *.js",
"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 14e4824

Please sign in to comment.