plugins 1.1.1 → 1.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,13 +12,13 @@ npx plugins add owner/repo
12
12
 
13
13
  ```bash
14
14
  # GitHub shorthand
15
- npx plugins add anthropics/open-plugin
15
+ npx plugins add vercel/vercel-plugin
16
16
 
17
17
  # Full HTTPS URL
18
- npx plugins add https://github.com/anthropics/open-plugin
18
+ npx plugins add https://github.com/vercel/vercel-plugin
19
19
 
20
20
  # SSH URL (auto-retries via HTTPS if SSH auth fails)
21
- npx plugins add git@github.com:anthropics/open-plugin.git
21
+ npx plugins add git@github.com:vercel/vercel-plugin.git
22
22
  ```
23
23
 
24
24
  ### Add plugins from a local directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plugins",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Install open-plugin format plugins into agent tools",
5
5
  "type": "module",
6
6
  "bin": {