chore: remove stale @playwright/cli dependency from stub (#1397)

This commit is contained in:
Yury Semikhatsky
2026-02-13 15:49:32 -08:00
committed by GitHub
parent 167abba9e6
commit 39d9213352

View File

@@ -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": {}
} }