maverick-ai-cli 1.0.1 → 1.0.2

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
@@ -57,7 +57,7 @@ If you want to contribute or run the server locally:
57
57
 
58
58
  1. **Clone the repository:**
59
59
  ```bash
60
- git clone <your-repo-url>
60
+ git clone https://github.com/CodeMaverick-143/maverick-cli.git
61
61
  cd CLI/server
62
62
  ```
63
63
 
@@ -88,6 +88,6 @@ If you want to contribute or run the server locally:
88
88
  npm run dev
89
89
  ```
90
90
 
91
- ## 📄 License
91
+ ## License
92
92
 
93
93
  ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maverick-ai-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {