Skip to content

Commit a428fe9

Browse files
committed
✨ feat: update
1 parent e6e065e commit a428fe9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.34.0",
55
"private": true,
6-
"packageManager": "pnpm@8.15.0",
6+
"packageManager": "pnpm@8.15.5",
77
"description": "vscode-material-icon-theme for GitHub",
88
"author": "Rettend",
99
"license": "MIT",
@@ -31,8 +31,7 @@
3131
"gen:languages": "tsx scripts/languages.js",
3232
"bundle": "web-ext build --source-dir dist --artifacts-dir zip --overwrite-dest",
3333
"bundle:firefox": "web-ext build --source-dir dist --artifacts-dir zip/firefox --overwrite-dest",
34-
"lint": "eslint .",
35-
"lint:fix": "eslint . --fix",
34+
"lint": "eslint . --fix",
3635
"typecheck": "tsc --noEmit",
3736
"release": "bumpp && pnpm run build && pnpm run bundle && pnpm run build:firefox && pnpm run bundle:firefox"
3837
},

0 commit comments

Comments
 (0)