Skip to content

Commit

Permalink
Added manifest bump script aliases ↞ [auto-sync from https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 10, 2024
1 parent 51d5fb3 commit 57124d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"bump": "bash utils/bump.sh",
"bump:ext": "bash utils/bump.sh",
"bump:extensions": "bash utils/bump.sh",
"bump:manifests": "bash utils/bump.sh",
"bump:chrome": "bash utils/bump.sh --chrome",
"bump:chromium": "bash utils/bump.sh --chrome",
Expand All @@ -32,7 +34,7 @@
"devDependencies": {
"@eslint/json": "^0.8.0",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin-js": "^2.12.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"eslint": "^9.16.0",
"eslint-plugin-yml": "^1.16.0",
"husky": "^9.1.7"
Expand Down

0 comments on commit 57124d4

Please sign in to comment.