Skip to content

Commit 69b1f3b

Browse files
author
Tomohiko Hiraki
committed
fix: Add publishConfig to package.json for public access
1 parent ea8dbf5 commit 69b1f3b

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
@@ -1,6 +1,9 @@
11
{
22
"name": "@tontoko/fast-playwright-mcp",
33
"version": "0.0.4",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Fast Playwright Tools for MCP",
58
"type": "module",
69
"repository": {

0 commit comments

Comments
 (0)