Skip to content

Commit cebfb7c

Browse files
committed
chore: correct jsr release
1 parent b8f30bf commit cebfb7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "./dist/index.js",
3-
"include": ["dist/index.js", "dist/bin/mcp-proxy.js"],
2+
"exports": "./src/index.js",
3+
"include": ["src/index.js", "src/bin/mcp-proxy.js"],
44
"license": "MIT",
55
"name": "@punkpeye/mcp-proxy",
66
"version": "1.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsup",
7-
"test": "vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run",
7+
"test": "vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run --allow-dirty",
88
"format": "prettier --write . && eslint --fix ."
99
},
1010
"bin": {

0 commit comments

Comments
 (0)