mycontext-cli 1.0.79 → 1.0.80

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
@@ -7,11 +7,11 @@ AI-powered tool that generates production-ready React components through an adva
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- npm install -g @mycontext/cli
10
+ npm install -g mycontext-cli
11
11
  # or
12
- pnpm add -g @mycontext/cli
12
+ pnpm add -g mycontext-cli
13
13
  # or
14
- yarn global add @mycontext/cli
14
+ yarn global add mycontext-cli
15
15
  ```
16
16
 
17
17
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mycontext-cli",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "MyContext CLI - AI-powered component generation with shadcn/ui and Next.js 15 integration",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {