Spaces:
Paused
Paused
Yury Semikhatsky commited on
Commit ·
79dd021
1
Parent(s): 39d9213
chore: normalize "repository.url"
Browse files
packages/playwright-cli-stub/package.json
CHANGED
|
@@ -2,7 +2,10 @@
|
|
| 2 |
"name": "playwright-cli",
|
| 3 |
"version": "0.262.0",
|
| 4 |
"description": "Deprecated package, use @playwright/cli instead.",
|
| 5 |
-
"repository":
|
|
|
|
|
|
|
|
|
|
| 6 |
"homepage": "https://playwright.dev",
|
| 7 |
"scripts": {
|
| 8 |
"lint": "echo OK",
|
|
|
|
| 2 |
"name": "playwright-cli",
|
| 3 |
"version": "0.262.0",
|
| 4 |
"description": "Deprecated package, use @playwright/cli instead.",
|
| 5 |
+
"repository": {
|
| 6 |
+
"type": "git",
|
| 7 |
+
"url": "git+https://github.com/microsoft/playwright-cli.git"
|
| 8 |
+
},
|
| 9 |
"homepage": "https://playwright.dev",
|
| 10 |
"scripts": {
|
| 11 |
"lint": "echo OK",
|