Skip to content

Commit 9285e58

Browse files
authored
Merge pull request #45 from vercel/fix/from-vercel-labs
removing vercel labs to vercel in plugin metadata
2 parents d7b2fd5 + 6f4e7dc commit 9285e58

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "vercel-labs",
2+
"name": "vercel",
33
"owner": {
4-
"name": "Vercel Labs"
4+
"name": "Vercel"
55
},
66
"plugins": [
77
{
88
"name": "vercel-plugin",
99
"source": "./",
1010
"description": "Build and deploy web apps and agents",
1111
"author": {
12-
"name": "Vercel Labs"
12+
"name": "Vercel"
1313
},
1414
"repository": "https://github.com/vercel/vercel-plugin",
1515
"license": "Apache-2.0",

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vercel-plugin",
3-
"version": "0.32.3",
3+
"version": "0.32.4",
44
"description": "Build and deploy web apps and agents",
55
"author": {
6-
"name": "Vercel Labs",
7-
"url": "https://github.com/vercel-labs"
6+
"name": "Vercel",
7+
"url": "https://github.com/vercel"
88
},
99
"repository": "https://github.com/vercel/vercel-plugin",
1010
"license": "Apache-2.0",

.cursor-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vercel",
3-
"version": "0.32.3",
3+
"version": "0.32.4",
44
"description": "Build and deploy web apps and agents",
55
"author": {
6-
"name": "Vercel Labs",
6+
"name": "Vercel",
77
"email": "devtools@vercel.com"
88
},
99
"homepage": "https://vercel.com",

.plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vercel-plugin",
3-
"version": "0.32.3",
3+
"version": "0.32.4",
44
"description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
55
"author": {
6-
"name": "Vercel Labs",
7-
"url": "https://github.com/vercel-labs"
6+
"name": "Vercel",
7+
"url": "https://github.com/vercel"
88
},
99
"repository": "https://github.com/vercel/vercel-plugin",
1010
"license": "Apache-2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-plugin",
3-
"version": "0.32.3",
3+
"version": "0.32.4",
44
"private": true,
55
"bin": {
66
"vercel-plugin": "src/cli/index.ts"

0 commit comments

Comments
 (0)