@humuchen/mac-ui 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,11 +12,11 @@
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- npm install @hy/mac-ui
15
+ npm install @humuchen/mac-ui
16
16
  # or
17
- pnpm add @hy/mac-ui
17
+ pnpm add @humuchen/mac-ui
18
18
  # or
19
- yarn add @hy/mac-ui
19
+ yarn add @humuchen/mac-ui
20
20
  ```
21
21
 
22
22
  Peer dependency: `lit@^3.0.0`
@@ -26,13 +26,13 @@ Peer dependency: `lit@^3.0.0`
26
26
  ### Import All Components
27
27
 
28
28
  ```js
29
- import '@hy/mac-ui'
29
+ import '@humuchen/mac-ui'
30
30
  ```
31
31
 
32
32
  ### Import Specific Components
33
33
 
34
34
  ```js
35
- import '@hy/mac-ui'
35
+ import '@humuchen/mac-ui'
36
36
  ```
37
37
 
38
38
  ### Use in HTML
@@ -52,7 +52,7 @@ import '@hy/mac-ui'
52
52
  ### Use in TypeScript
53
53
 
54
54
  ```ts
55
- import { MacButton, MacCard, MacInput } from '@hy/mac-ui'
55
+ import { MacButton, MacCard, MacInput } from '@humuchen/mac-ui'
56
56
  ```
57
57
 
58
58
  ## Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humuchen/mac-ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "A modern web component library built with Lit",
6
6
  "keywords": [