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 e6e065e commit a428fe9Copy full SHA for a428fe9
package.json
@@ -3,7 +3,7 @@
3
"type": "module",
4
"version": "4.34.0",
5
"private": true,
6
- "packageManager": "pnpm@8.15.0",
+ "packageManager": "pnpm@8.15.5",
7
"description": "vscode-material-icon-theme for GitHub",
8
"author": "Rettend",
9
"license": "MIT",
@@ -31,8 +31,7 @@
31
"gen:languages": "tsx scripts/languages.js",
32
"bundle": "web-ext build --source-dir dist --artifacts-dir zip --overwrite-dest",
33
"bundle:firefox": "web-ext build --source-dir dist --artifacts-dir zip/firefox --overwrite-dest",
34
- "lint": "eslint .",
35
- "lint:fix": "eslint . --fix",
+ "lint": "eslint . --fix",
36
"typecheck": "tsc --noEmit",
37
"release": "bumpp && pnpm run build && pnpm run bundle && pnpm run build:firefox && pnpm run bundle:firefox"
38
},
0 commit comments