chore: normalize "repository.url"

This commit is contained in:
Yury Semikhatsky
2026-02-13 15:53:19 -08:00
parent 39d9213352
commit 79dd021d1d

View File

@@ -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",