mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
chore: remove stale @playwright/cli dependency from stub (#1397)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "playwright-cli",
|
"name": "playwright-cli",
|
||||||
"version": "0.0.66",
|
"version": "0.262.0",
|
||||||
"description": "Playwright CLI",
|
"description": "Deprecated package, use @playwright/cli instead.",
|
||||||
"repository": "github:Microsoft/playwright-cli",
|
"repository": "github:microsoft/playwright-cli",
|
||||||
"homepage": "https://playwright.dev",
|
"homepage": "https://playwright.dev",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "echo OK",
|
"lint": "echo OK",
|
||||||
@@ -12,9 +12,5 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0"
|
||||||
"dependencies": {
|
|
||||||
"@playwright/cli": "0.0.66"
|
|
||||||
},
|
|
||||||
"devDependencies": {}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user