Skip to content

Commit d59f533

Browse files
committed
fix: correct jsr release
1 parent ecd09af commit d59f533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exports": "./src/index.js",
3-
"include": ["src/index.js", "src/bin/mcp-proxy.js"],
2+
"exports": "./src/index.ts",
3+
"include": ["src/index.ts", "src/bin/mcp-proxy.ts"],
44
"license": "MIT",
55
"name": "@punkpeye/mcp-proxy",
66
"version": "1.0.0"

0 commit comments

Comments
 (0)