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 Sep 14, 2019
1 parent bc6aa75 commit d099a39
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -9,14 +9,11 @@
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node --harmony --es-staging test.js",
"posttest": "npm run audit",
"posttest": "npx aud",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "eslint test.js *.js",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"preaudit": "npm install --package-lock --package-lock-only",
"audit": "npm audit",
"postaudit": "rm package-lock.json"
"eccheck": "eclint check *.js **/*.js > /dev/null"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d099a39

Please sign in to comment.