@dreamtree-org/twreact-ui 1.0.58 → 1.0.59

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
@@ -16,15 +16,15 @@ A comprehensive React + Tailwind CSS components library for building modern web
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- npm install @dreamtree/twreact-ui
19
+ npm install @dreamtree-org/twreact-ui
20
20
  # or
21
- yarn add @dreamtree/twreact-ui
21
+ yarn add @dreamtree-org/twreact-ui
22
22
  ```
23
23
 
24
24
  ## Quick Start
25
25
 
26
26
  ```jsx
27
- import { Button, Input, Card } from '@dreamtree/twreact-ui';
27
+ import { Button, Input, Card } from '@dreamtree-org/twreact-ui';
28
28
 
29
29
  function App() {
30
30
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamtree-org/twreact-ui",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "A comprehensive React + Tailwind components library for building modern web apps",
5
5
  "author": {
6
6
  "name": "Partha Preetham Krishna",