@alankrit2/ui 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @alankrit/ui
1
+ # @alankrit2/ui
2
2
 
3
3
  Production-quality, headless, accessible React UI components built with TypeScript.
4
4
 
@@ -14,11 +14,11 @@ Production-quality, headless, accessible React UI components built with TypeScri
14
14
  ## Installation
15
15
 
16
16
  ```bash
17
- npm install @alankrit/ui
17
+ npm install @alankrit2/ui
18
18
  # or
19
- pnpm add @alankrit/ui
19
+ pnpm add @alankrit2/ui
20
20
  # or
21
- yarn add @alankrit/ui
21
+ yarn add @alankrit2/ui
22
22
  ```
23
23
 
24
24
  ## Peer Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alankrit2/ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Production-quality, headless, accessible React UI components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",