developer-icons 4.2.3 → 4.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "developer-icons",
3
3
  "description": "Ready-to-use high-quality customizable tech icons - made for the developers",
4
- "version": "4.2.3",
4
+ "version": "4.2.4",
5
5
  "type": "module",
6
6
  "homepage": "https://xandemon.github.io/developer-icons",
7
7
  "repository": {
@@ -30,12 +30,14 @@
30
30
  "dist"
31
31
  ],
32
32
  "scripts": {
33
- "dev": "vite",
33
+ "dev:playground": "vite",
34
+ "dev:docs": "cd docs && npm run dev",
34
35
  "clean": "rimraf --glob dist && rimraf --glob lib/icons/*.tsx",
35
36
  "build": "npm run clean && tsx ./lib/scripts/build.ts && tsc --p ./tsconfig-build.json && vite build",
36
37
  "build:docs": "cd docs && npm run build",
37
38
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
38
39
  "preview": "vite preview",
40
+ "preview:docs": "cd docs && npm run preview",
39
41
  "prePublishOnly": "npm run build",
40
42
  "sort:data": "tsx ./lib/scripts/sortData.ts",
41
43
  "optimize-svgs": "svgo -f ./icons/raw -o ./icons && rimraf --glob icons/raw/*"