@icon-craft/react-ts 1.0.0 → 1.1.0
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/index.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icon-craft/react-ts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A comprehensive TypeScript-first React icon library with 3475+ beautifully crafted SVG icons from Feather Icons and Remix Icon - fully typed, tree-shakeable, and zero dependencies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -98,4 +98,4 @@
|
|
|
98
98
|
"access": "public",
|
|
99
99
|
"registry": "https://registry.npmjs.org/"
|
|
100
100
|
}
|
|
101
|
-
}
|
|
101
|
+
}
|