@prokodo/ui 0.0.2 → 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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🧩 Prokodo UI
2
2
 
3
- **Modern, customizable UI components built with React and TypeScript — developed by [prokodo](https://prokodo.com) for high-performance web interfaces.**
3
+ **Modern, customizable UI components built with React and TypeScript — developed by [prokodo](https://www.prokodo.com) for high-performance web interfaces.**
4
4
 
5
5
  ![Vite](https://img.shields.io/badge/Built%20with-Vite-646CFF?style=flat&logo=vite&logoColor=white)
6
6
  ![TypeScript](https://img.shields.io/badge/TypeScript-Ready-3178C6?style=flat&logo=typescript&logoColor=white)
@@ -26,6 +26,6 @@
26
26
  ### 1. Install the package
27
27
 
28
28
  ```bash
29
- pnpm add prokodo-ui
29
+ pnpm add @prokodo/ui
30
30
  # or
31
- npm install prokodo-ui
31
+ npm install @prokodo/ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prokodo/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "Modern, customizable UI components built with React and TypeScript — developed by prokodo for high-performance web interfaces.",
6
6
  "main": "dist/index.cjs.js",