Skip to content

Commit d9e9daf

Browse files
author
Tomohiko Hiraki
committed
Fix repository URL for npm provenance verification
- Changed repository URL from tomohiko to tontoko in package.json - This fixes npm publish provenance error (422)
1 parent 1d81bc5 commit d9e9daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "module",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/tomohiko/fast-playwright-mcp"
11+
"url": "https://github.com/tontoko/fast-playwright-mcp"
1212
},
1313
"homepage": "https://playwright.dev",
1414
"engines": {

0 commit comments

Comments
 (0)