firebird-icon-lib 1.0.5 → 1.0.6
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/dist/Icon.d.ts.map +1 -1
- package/dist/firebird-icon-lib.js.js +265 -271
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "firebird-icon-lib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "A lightweight React icon library with TypeScript support, featuring dynamic SVG icon loading",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,7 +50,9 @@
|
|
|
50
50
|
"test:coverage": "vitest run --coverage",
|
|
51
51
|
"preview": "vite preview",
|
|
52
52
|
"prepare": "husky",
|
|
53
|
-
"prepublishOnly": "npm run build"
|
|
53
|
+
"prepublishOnly": "npm run build",
|
|
54
|
+
"link": "npm run build && npm link",
|
|
55
|
+
"pack": "npm run build && npm pack"
|
|
54
56
|
},
|
|
55
57
|
"lint-staged": {
|
|
56
58
|
"*.{ts,tsx,js,jsx}": [
|