Skip to content

Commit b74d5fd

Browse files
committed
fix: add publishConfig for public npm package access
1 parent b2e6f54 commit b74d5fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"typecheck": "tsc --noEmit",
3535
"prepublishOnly": "npm run build"
3636
},
37+
"publishConfig": {
38+
"access": "public"
39+
},
3740
"keywords": [
3841
"mcp",
3942
"mqtt",

0 commit comments

Comments
 (0)