diff --git a/package.json b/package.json index 1f5c44ddcb..86435c9d1a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "private": true, "version": "1.39.0-next", "description": "A high-level API to automate web browsers", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-browser-chromium/package.json b/packages/playwright-browser-chromium/package.json index 53efff977a..a1c1a37acd 100644 --- a/packages/playwright-browser-chromium/package.json +++ b/packages/playwright-browser-chromium/package.json @@ -2,7 +2,10 @@ "name": "@playwright/browser-chromium", "version": "1.39.0-next", "description": "Playwright package that automatically installs Chromium", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-browser-firefox/package.json b/packages/playwright-browser-firefox/package.json index dd55d0d651..1070256521 100644 --- a/packages/playwright-browser-firefox/package.json +++ b/packages/playwright-browser-firefox/package.json @@ -2,7 +2,10 @@ "name": "@playwright/browser-firefox", "version": "1.39.0-next", "description": "Playwright package that automatically installs Firefox", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-browser-webkit/package.json b/packages/playwright-browser-webkit/package.json index dd31d3c298..18b9307673 100644 --- a/packages/playwright-browser-webkit/package.json +++ b/packages/playwright-browser-webkit/package.json @@ -2,7 +2,10 @@ "name": "@playwright/browser-webkit", "version": "1.39.0-next", "description": "Playwright package that automatically installs WebKit", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-chromium/package.json b/packages/playwright-chromium/package.json index f460063866..c336e4018b 100644 --- a/packages/playwright-chromium/package.json +++ b/packages/playwright-chromium/package.json @@ -2,7 +2,10 @@ "name": "playwright-chromium", "version": "1.39.0-next", "description": "A high-level API to automate Chromium", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-core/package.json b/packages/playwright-core/package.json index a55dce630e..50cf8ee2f0 100644 --- a/packages/playwright-core/package.json +++ b/packages/playwright-core/package.json @@ -2,7 +2,10 @@ "name": "playwright-core", "version": "1.39.0-next", "description": "A high-level API to automate web browsers", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-core/package.json b/packages/playwright-ct-core/package.json index 9db22b586f..0beacfdb1c 100644 --- a/packages/playwright-ct-core/package.json +++ b/packages/playwright-ct-core/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-core", "version": "1.39.0-next", "description": "Playwright Component Testing Helpers", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-react/package.json b/packages/playwright-ct-react/package.json index ab551f8316..d40a7e7add 100644 --- a/packages/playwright-ct-react/package.json +++ b/packages/playwright-ct-react/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-react", "version": "1.39.0-next", "description": "Playwright Component Testing for React", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-react17/package.json b/packages/playwright-ct-react17/package.json index e2ed704b0e..7f59895fc6 100644 --- a/packages/playwright-ct-react17/package.json +++ b/packages/playwright-ct-react17/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-react17", "version": "1.39.0-next", "description": "Playwright Component Testing for React", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-solid/package.json b/packages/playwright-ct-solid/package.json index 6c6784904e..7aaedac33c 100644 --- a/packages/playwright-ct-solid/package.json +++ b/packages/playwright-ct-solid/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-solid", "version": "1.39.0-next", "description": "Playwright Component Testing for Solid", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-svelte/package.json b/packages/playwright-ct-svelte/package.json index aa5fa5d4cc..deec0063fc 100644 --- a/packages/playwright-ct-svelte/package.json +++ b/packages/playwright-ct-svelte/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-svelte", "version": "1.39.0-next", "description": "Playwright Component Testing for Svelte", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-vue/package.json b/packages/playwright-ct-vue/package.json index 41680d8d21..70ce365be1 100644 --- a/packages/playwright-ct-vue/package.json +++ b/packages/playwright-ct-vue/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-vue", "version": "1.39.0-next", "description": "Playwright Component Testing for Vue", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-ct-vue2/package.json b/packages/playwright-ct-vue2/package.json index 00f4ab626e..bd1fb06a53 100644 --- a/packages/playwright-ct-vue2/package.json +++ b/packages/playwright-ct-vue2/package.json @@ -2,7 +2,10 @@ "name": "@playwright/experimental-ct-vue2", "version": "1.39.0-next", "description": "Playwright Component Testing for Vue2", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-firefox/package.json b/packages/playwright-firefox/package.json index e8b2d2832a..ed07587173 100644 --- a/packages/playwright-firefox/package.json +++ b/packages/playwright-firefox/package.json @@ -2,7 +2,10 @@ "name": "playwright-firefox", "version": "1.39.0-next", "description": "A high-level API to automate Firefox", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 52b448ac2a..65481db83e 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -2,7 +2,10 @@ "name": "@playwright/test", "version": "1.39.0-next", "description": "A high-level API to automate web browsers", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright-webkit/package.json b/packages/playwright-webkit/package.json index 83fcb13545..26c20296c9 100644 --- a/packages/playwright-webkit/package.json +++ b/packages/playwright-webkit/package.json @@ -2,7 +2,10 @@ "name": "playwright-webkit", "version": "1.39.0-next", "description": "A high-level API to automate WebKit", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16" diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 0415d774a7..47dd449a89 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -2,7 +2,10 @@ "name": "playwright", "version": "1.39.0-next", "description": "A high-level API to automate web browsers", - "repository": "github:Microsoft/playwright", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/playwright.git" + }, "homepage": "https://playwright.dev", "engines": { "node": ">=16"