Skip to content

Commit

Permalink
[Dev Deps] update @es-shims/api
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 12, 2024
1 parent 6b4ce0d commit 259c92f
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 @@ -35,7 +35,7 @@
"prepack": "npmignore --auto --commentLines=autogenerated",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"postlint": "es-shim-api --multi --bound",
"postlint": "es-shim-api --type=multi",
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
Expand Down Expand Up @@ -83,7 +83,7 @@
"suppressed-error": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^2.5.1",
"@es-shims/api": "^3.0.2",
"@ljharb/eslint-config": "^21.1.1",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
Expand Down

0 comments on commit 259c92f

Please sign in to comment.