ccteams 0.1.1 → 0.1.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -225,3 +225,11 @@ Installs the CLI from the repo's current source.
225
225
  ## License
226
226
 
227
227
  MIT © toffyui. See [LICENSE](./LICENSE) for the full text.
228
+
229
+ ## Orynth
230
+
231
+ I would be greateful if you can vote here!
232
+
233
+ <a href="https://orynth.dev/projects/ccteams" target="_blank" rel="noopener">
234
+ <img src="https://orynth.dev/api/badge/ccteams?theme=light&style=default" alt="Featured on Orynth" width="260" height="80" />
235
+ </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccteams",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Apply and switch pre-built teams of Claude Code subagents from the command line",
5
5
  "type": "module",
6
6
  "repository": {