mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-24 00:53:08 +00:00
chore: normalize "repository.url"
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
"name": "playwright-cli",
|
"name": "playwright-cli",
|
||||||
"version": "0.262.0",
|
"version": "0.262.0",
|
||||||
"description": "Deprecated package, use @playwright/cli instead.",
|
"description": "Deprecated package, use @playwright/cli instead.",
|
||||||
"repository": "github:microsoft/playwright-cli",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/microsoft/playwright-cli.git"
|
||||||
|
},
|
||||||
"homepage": "https://playwright.dev",
|
"homepage": "https://playwright.dev",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "echo OK",
|
"lint": "echo OK",
|
||||||
|
|||||||
Reference in New Issue
Block a user