@coffic/cosy-ui 0.3.33 → 0.3.39

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,13 +15,13 @@ A modern component library built with Astro, integrating daisyUI and Tailwind CS
15
15
  Using pnpm (recommended):
16
16
 
17
17
  ```bash
18
- pnpm add @cofficlab/cosy-ui
18
+ pnpm add @coffic/cosy-ui
19
19
  ```
20
20
 
21
21
  Or using npm:
22
22
 
23
23
  ```bash
24
- npm install @cofficlab/cosy-ui
24
+ npm install @coffic/cosy-ui
25
25
  ```
26
26
 
27
27
  ## 🚀 Quick Start
@@ -32,7 +32,7 @@ npm install @cofficlab/cosy-ui
32
32
 
33
33
  ```astro
34
34
  ---
35
- import { Alert } from '@cofficlab/cosy-ui';
35
+ import { Alert } from '@coffic/cosy-ui';
36
36
  ---
37
37
 
38
38
  <Alert type="info">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.3.33",
3
+ "version": "0.3.39",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",
@@ -17,7 +17,7 @@
17
17
  "astro",
18
18
  "cosy-ui"
19
19
  ],
20
- "homepage": "https://github.con/CofficLab/cosy-ui",
20
+ "homepage": "https://github.com/CofficLab/cosy-ui",
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },