@ebolax/animated-icons 1.0.11 → 1.0.12
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebolax/animated-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "CSS-only animated icons for Lucide, Heroicons and Iconoir",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"esbuild_minify": "esbuild dist/animated-icons.css --outfile=dist/animated-icons.min.css --minify",
|
|
27
27
|
"copy_css": "cpx \"dist/animated-icons.bundle.min.css\" deploy",
|
|
28
28
|
"build": "node build-css-icons.mjs && npm run esbuild_bundle && npm run esbuild_minify && npm run copy_css",
|
|
29
|
-
"serve": "serve
|
|
29
|
+
"serve": "serve deploy",
|
|
30
30
|
"start": "npm run build && npm run serve",
|
|
31
31
|
"nodemon": "nodemon --watch base.css --watch index.ejs --watch build-css-icons.mjs --exec \"npm run build\"",
|
|
32
32
|
"dev": "npm-run-all --parallel nodemon serve",
|
|
33
33
|
"git_update": "git add . && git commit -m 'Update' && git push origin main",
|
|
34
34
|
"npm_update": "npm version patch && npm publish",
|
|
35
|
-
"deploy": "gh-pages -d
|
|
35
|
+
"deploy": "gh-pages -d deploy"
|
|
36
36
|
},
|
|
37
37
|
"author": "ebolax",
|
|
38
38
|
"license": "ISC",
|