wssf-kage-icon 0.1.0 → 0.1.1

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 CHANGED
@@ -5,17 +5,17 @@ Kage UI 的图标库,提供丰富的 SVG 图标组件。
5
5
  ## 安装
6
6
 
7
7
  ```bash
8
- npm install kage-icon
8
+ npm install wssf-kage-icon
9
9
  # 或
10
- yarn add kage-icon
10
+ yarn add wssf-kage-icon
11
11
  # 或
12
- pnpm add kage-icon
12
+ pnpm add wssf-kage-icon
13
13
  ```
14
14
 
15
15
  ## 使用
16
16
 
17
17
  ```tsx
18
- import { Icon } from 'kage-icon';
18
+ import { Icon } from 'wssf-kage-icon';
19
19
 
20
20
  function App() {
21
21
  return <Icon name="home" size={24} color="#1890ff" />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wssf-kage-icon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Kage Icon - Icon library for Kage UI",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -38,5 +38,4 @@
38
38
  "react-dom": "^18.2.0",
39
39
  "typescript": "^5.0.0"
40
40
  }
41
- }
42
-
41
+ }