Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud; add `safe…
Browse files Browse the repository at this point in the history
…-publish-latest`
  • Loading branch information
ljharb committed Nov 26, 2020
1 parent c919f57 commit 89f02a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -13,6 +13,7 @@
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
"tests-only": "tape 'test/**/*.js'",
Expand Down Expand Up @@ -46,11 +47,12 @@
"has": "^1.0.3"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.12.1",
"eslint": "^7.14.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"auto-changelog": {
Expand Down

0 comments on commit 89f02a2

Please sign in to comment.