react-apps-ui 1.0.10 → 1.0.11

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ Get up and running in a fresh project in seconds.
44
44
 
45
45
  Run the `init` command at the root of your project. This interactive command lets you select your target platform (Web or Mobile) and styling engine, creates your base theme, and sets up your utility files.
46
46
 
47
- ```bash
47
+ ```sh
48
48
  npx react-apps-ui@latest init
49
49
  ```
50
50
 
@@ -52,7 +52,7 @@ npx react-apps-ui@latest init
52
52
 
53
53
  Use the `add` command to pull a component into your project. The CLI will automatically fetch the exact code needed for your specific engine, grab any sub-dependencies, and install necessary NPM packages.
54
54
 
55
- ```bash
55
+ ```sh
56
56
  npx react-apps-ui@latest add action-button
57
57
  ```
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-apps-ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A universal, Shadcn-inspired UI component CLI for Web, React Native, and Expo.",
5
5
  "author": "Anand Vyas",
6
6
  "license": "MIT",