ai-squad 0.2.0 → 0.2.1

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- ````markdown
2
1
  # <img src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f9d1-200d-1f91d-200d-1f9d1.svg" width="28" /> AI Squad
3
2
 
4
3
  > *Scaffold a complete AI agent team in 30 seconds*
@@ -192,5 +191,4 @@ npm link # Link globally for local testing
192
191
 
193
192
  ## 📄 License
194
193
 
195
- MIT © [Pourya Fekri](https://github.com/pouryafekri)
196
- ````
194
+ MIT © [Pourya Akraminayeri](https://github.com/Pouryaak)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-squad",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Interactive CLI to scaffold AI agent infrastructure for new projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",