Skip to content

Commit 6716d02

Browse files
committed
feat(deno.json): add repository field to plugin-code-execution package
Adds a "repository" field to deno.json for @mcpc/plugin-code-execution, enabling better package discovery and tooling compatibility.
1 parent 7ac5ece commit 6716d02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/plugin-code-execution/deno.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@mcpc/plugin-code-execution",
33
"version": "0.0.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/mcpc-tech/mcpc.git"
7+
},
48
"exports": {
59
".": "./mod.ts",
610
"./plugin": "./src/plugin.ts",

0 commit comments

Comments
 (0)