We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0eeb5 commit e795809Copy full SHA for e795809
package.json
@@ -22,7 +22,12 @@
22
"lint:all": "eslint .",
23
"lint:fix": "eslint . --fix --cache",
24
"lint:fix-all": "eslint . --fix",
25
- "bump": "bash utils/bump.sh"
+ "bump": "bash utils/bump.sh",
26
+ "bump:ext": "bash utils/bump.sh",
27
+ "bump:extension": "bash utils/bump.sh",
28
+ "bump:extensions": "bash utils/bump.sh",
29
+ "bump:manifest": "bash utils/bump.sh",
30
+ "bump:manifests": "bash utils/bump.sh"
31
},
32
"devDependencies": {
33
"@eslint/json": "^0.8.0",
0 commit comments