@jis3r/icons 1.25.1 → 1.25.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jis3r/icons",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2",
|
|
4
4
|
"description": "beautifully crafted, moving icons. for svelte.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"index": "node scripts/indexIcons.js",
|
|
30
30
|
"reexport": "node scripts/generateIconExports.js",
|
|
31
31
|
"registry:build": "node scripts/updateRegistry.js && shadcn-svelte registry build",
|
|
32
|
-
"prep": "npm run index && npm run reexport && npm run registry:build && npm run build && npm run format"
|
|
32
|
+
"prep": "npm run index && npm run reexport && npm run registry:build && npm run build && npm run package && npm run format"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|