chore: update repository.url in package.json (#27469)
As per
https://github.com/microsoft/playwright/actions/runs/6425074868/job/17446981722#step:7:168.
e.g. here:
2e4b4ad8be/package.json (L28-L31)
docs:
https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository
https://github.com/microsoft/playwright/issues/22555
This commit is contained in:
parent
0efa4a90cc
commit
10e7654fd9
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue