@mingcute/react 1.2.0 → 1.2.5
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Implementation of the MingCute Icons library for React applications.
|
|
|
19
19
|
|
|
20
20
|
# MingCute Icons for React
|
|
21
21
|
|
|
22
|
-
A high-performance, tree-shakable React icon library generated from **MingCute
|
|
22
|
+
A high-performance, tree-shakable React icon library generated from **MingCute Icons**. Built with TypeScript and optimized for modern frameworks like Next.js, Vite, and Remix.
|
|
23
23
|
|
|
24
24
|
------
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingcute/react",
|
|
3
3
|
"description": "MingCute is a set of simple and exquisite open-source icon library for React applications.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.5",
|
|
5
5
|
"license": "Apache-2.0 license",
|
|
6
6
|
"author": "Richard",
|
|
7
7
|
"homepage": "https://www.mingcute.com/",
|