Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape; add aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 15, 2020
1 parent 94a7f90 commit 2d6c935
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint && npm run --silent coverage",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
"posttest": "aud --production",
"tests-only": "node --es-staging test",
"coverage": "npm run --silent cover:clean && npm run --silent cover:istanbul && npm run --silent cover:check",
"cover:clean": "rimraf coverage",
Expand All @@ -48,13 +48,14 @@
"is-symbol": "^1.0.3"
},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"covert": "^1.1.1",
"eslint": "^6.8.0",
"eslint": "^7.9.0",
"istanbul": "^1.0.0-alpha.2",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.4"
"tape": "^5.0.1"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 2d6c935

Please sign in to comment.