We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f30bf commit cebfb7cCopy full SHA for cebfb7c
jsr.json
@@ -1,6 +1,6 @@
1
{
2
- "exports": "./dist/index.js",
3
- "include": ["dist/index.js", "dist/bin/mcp-proxy.js"],
+ "exports": "./src/index.js",
+ "include": ["src/index.js", "src/bin/mcp-proxy.js"],
4
"license": "MIT",
5
"name": "@punkpeye/mcp-proxy",
6
"version": "1.0.0"
package.json
@@ -4,7 +4,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsup",
7
- "test": "vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run",
+ "test": "vitest run && tsc && prettier --check . && eslint . && jsr publish --dry-run --allow-dirty",
8
"format": "prettier --write . && eslint --fix ."
9
},
10
"bin": {
0 commit comments