Skip to content

Commit 1af733e

Browse files
authored
Removing the / from the plugin as it's not required (#2260)
1 parent bb4766e commit 1af733e

2 files changed

Lines changed: 6 additions & 37 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@
11991199
"source": {
12001200
"source": "github",
12011201
"repo": "vercel/vercel-plugin",
1202-
"path": "/",
12031202
"sha": "6e51924cb249e2941de005d59f1ac6f768477b98"
12041203
}
12051204
},

plugins/external.json

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,7 @@
139139
},
140140
"repository": "https://github.com/gsemet/copilot-goal-skill",
141141
"license": "MIT",
142-
"keywords": [
143-
"goal",
144-
"autonomous",
145-
"inspector",
146-
"builder",
147-
"loop"
148-
],
142+
"keywords": ["goal", "autonomous", "inspector", "builder", "loop"],
149143
"source": {
150144
"source": "github",
151145
"repo": "gsemet/copilot-goal-skill",
@@ -323,13 +317,7 @@
323317
"url": "https://www.figma.com"
324318
},
325319
"homepage": "https://github.com/figma/mcp-server-guide",
326-
"keywords": [
327-
"figma",
328-
"design",
329-
"mcp",
330-
"ui",
331-
"code-connect"
332-
],
320+
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
333321
"repository": "https://github.com/figma/mcp-server-guide",
334322
"source": {
335323
"source": "github",
@@ -457,14 +445,7 @@
457445
"url": "https://www.microsoft.com"
458446
},
459447
"homepage": "https://github.com/microsoft/Build-CLI",
460-
"keywords": [
461-
"microsoft",
462-
"build",
463-
"ignite",
464-
"events",
465-
"sessions",
466-
"learn"
467-
],
448+
"keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"],
468449
"license": "Apache-2.0",
469450
"repository": "https://github.com/microsoft/Build-CLI",
470451
"source": {
@@ -481,12 +462,7 @@
481462
"url": "https://www.microsoft.com"
482463
},
483464
"homepage": "https://github.com/dotnet/modernize-dotnet",
484-
"keywords": [
485-
"modernization",
486-
"upgrade",
487-
"migration",
488-
"dotnet"
489-
],
465+
"keywords": ["modernization", "upgrade", "migration", "dotnet"],
490466
"license": "MIT",
491467
"repository": "https://github.com/dotnet/modernize-dotnet",
492468
"source": {
@@ -506,12 +482,7 @@
506482
"repository": "https://github.com/microsoft/modernize-java",
507483
"homepage": "https://github.com/microsoft/modernize-java",
508484
"license": "MIT",
509-
"keywords": [
510-
"java",
511-
"modernization",
512-
"upgrade",
513-
"spring-boot"
514-
],
485+
"keywords": ["java", "modernization", "upgrade", "spring-boot"],
515486
"source": {
516487
"source": "github",
517488
"repo": "microsoft/modernize-java",
@@ -703,7 +674,6 @@
703674
"source": {
704675
"source": "github",
705676
"repo": "vercel/vercel-plugin",
706-
"path": "/",
707677
"sha": "6e51924cb249e2941de005d59f1ac6f768477b98"
708678
}
709679
},
@@ -790,4 +760,4 @@
790760
"path": "plugins/winui"
791761
}
792762
}
793-
]
763+
]

0 commit comments

Comments
 (0)