material-icon-theme 5.14.0 → 5.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "5.14.0",
5
+ "version": "5.14.1",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "precompile": "rimraf dist && bun run verify",
@@ -11,13 +11,12 @@
11
11
  "postcompile": "bun run compile:declarations && bun run generateJson && bun run generateClones && bun run check",
12
12
  "build": "bun run compile && bun ./build/build-with-esbuild.ts",
13
13
  "watch": "bun ./build/watch-with-esbuild.ts",
14
- "changelog": "bun --bun ./src/scripts/generateChangelog.ts",
15
14
  "check-colors": "bun ./src/scripts/svg/checkSvgColors.ts",
16
15
  "check": "bun ./src/scripts/icons/checks/run.ts",
17
16
  "contributors": "bun ./src/scripts/contributors/contributors.ts",
18
17
  "generateJson": "bun ./src/scripts/icons/generateJson.ts > ./dist/material-icons.json",
19
18
  "generateClones": "bun ./src/scripts/icons/generateClones.ts",
20
- "lint": "biome check --write ./src",
19
+ "lint": "biome check",
21
20
  "format": "biome format --write ./src",
22
21
  "preversion": "bun run contributors && bun run preview && bun run svgo && git add images/*.png icons/*.svg",
23
22
  "preview": "bun ./src/scripts/preview/run.ts",