tech-stack-icons 3.5.8 → 3.6.8

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "3.5.8",
3
+ "version": "3.6.8",
4
4
  "description": "450+ original SVG icons for tech stacks, frameworks, and design tools",
5
5
  "homepage": "https://tech-stack-icons.com",
6
6
  "main": "dist/index.js",
@@ -8,7 +8,8 @@
8
8
  "scripts": {
9
9
  "test": "echo \"Error: no test specified\" && exit 1",
10
10
  "build": "npm run build:types && esbuild src/index.tsx --bundle --minify --format=esm --target=es2020 --outdir=dist --external:react --external:react-dom",
11
- "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist"
11
+ "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
12
+ "clean:icon-keywords": "node scripts/remove-icon-keywords.js"
12
13
  },
13
14
  "files": [
14
15
  "dist/"
@@ -40,4 +41,4 @@
40
41
  "react": "^18.2.0 || ^19.0.0",
41
42
  "react-dom": "^18.2.0 || ^19.0.0"
42
43
  }
43
- }
44
+ }