Skip to content

Commit

Permalink
[Dev Deps] update aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 19, 2021
1 parent 11200d8 commit 3fb0edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape test/**/*.js",
"posttest": "npx aud --production",
"posttest": "aud --production",
"prelint": "evalmd *.md",
"lint": "eslint test/*.js lib/*.js example/simple.js example/complex.js"
},
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^17.4.0",
"aud": "^1.1.2",
"aud": "^1.1.3",
"eslint": "^7.18.0",
"evalmd": "^0.0.19",
"nyc": "^10.3.2",
Expand Down

0 comments on commit 3fb0edc

Please sign in to comment.