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",
"version": "0.262.0",
"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",
"scripts": {
"lint": "echo OK",