trace.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.markdown +0 -13
  2. package/package.json +1 -1
package/README.markdown CHANGED
@@ -135,19 +135,6 @@ trace-ai ask "What is the purpose of a manifest.json file?"
135
135
  - **Images**: JPG, PNG, GIF, WebP, BMP, SVG.
136
136
  - **Other**: JSON, YAML, Markdown, SQL, Shell scripts, and more.
137
137
 
138
- ## Contributing
139
-
140
- Contributions are welcome! To contribute:
141
-
142
- 1. Fork the repository: https://github.com/yourusername/trace-ai-cli
143
- 2. Create a feature branch: `git checkout -b feature-name`
144
- 3. Commit your changes: `git commit -m "Add feature-name"`
145
- 4. Push to the branch: `git push origin feature-name`
146
- 5. Open a pull request.
147
-
148
- Please include tests and update documentation as needed.
149
-
150
- ---
151
138
 
152
139
  Powered by Mixkey\
153
140
  Built with ❤️ by Dukeindustries7.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trace.ai-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A powerful AI-powered CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {