diff --git a/.github/workflows/tests_components.yml b/.github/workflows/tests_components.yml index 0da0986ee1..2bed064f83 100644 --- a/.github/workflows/tests_components.yml +++ b/.github/workflows/tests_components.yml @@ -19,7 +19,7 @@ env: jobs: test_components: - name: ${{ matrix.os }} + name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }} strategy: fail-fast: false matrix: diff --git a/package.json b/package.json index 86435c9d1a..b719ab55b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "A high-level API to automate web browsers", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { diff --git a/packages/playwright-browser-chromium/package.json b/packages/playwright-browser-chromium/package.json index a1c1a37acd..e88513237c 100644 --- a/packages/playwright-browser-chromium/package.json +++ b/packages/playwright-browser-chromium/package.json @@ -4,7 +4,7 @@ "description": "Playwright package that automatically installs Chromium", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { diff --git a/packages/playwright-browser-firefox/package.json b/packages/playwright-browser-firefox/package.json index 1070256521..71fb8c8cea 100644 --- a/packages/playwright-browser-firefox/package.json +++ b/packages/playwright-browser-firefox/package.json @@ -4,7 +4,7 @@ "description": "Playwright package that automatically installs Firefox", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { diff --git a/packages/playwright-browser-webkit/package.json b/packages/playwright-browser-webkit/package.json index 18b9307673..aeb3476c36 100644 --- a/packages/playwright-browser-webkit/package.json +++ b/packages/playwright-browser-webkit/package.json @@ -4,7 +4,7 @@ "description": "Playwright package that automatically installs WebKit", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { diff --git a/packages/playwright-chromium/package.json b/packages/playwright-chromium/package.json index c336e4018b..30194243f2 100644 --- a/packages/playwright-chromium/package.json +++ b/packages/playwright-chromium/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate Chromium", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -24,7 +24,7 @@ "./package.json": "./package.json" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" }, "scripts": { "install": "node install.js" diff --git a/packages/playwright-core/package.json b/packages/playwright-core/package.json index 50cf8ee2f0..89d6ae230a 100644 --- a/packages/playwright-core/package.json +++ b/packages/playwright-core/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate web browsers", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -39,7 +39,7 @@ "./types/structs": "./types/structs.d.ts" }, "bin": { - "playwright-core": "./cli.js" + "playwright-core": "cli.js" }, "types": "types/types.d.ts" } diff --git a/packages/playwright-ct-core/package.json b/packages/playwright-ct-core/package.json index 0beacfdb1c..9fb79236f7 100644 --- a/packages/playwright-ct-core/package.json +++ b/packages/playwright-ct-core/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing Helpers", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -32,6 +32,6 @@ "playwright": "1.39.0-next" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-react/package.json b/packages/playwright-ct-react/package.json index d40a7e7add..42a168359a 100644 --- a/packages/playwright-ct-react/package.json +++ b/packages/playwright-ct-react/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for React", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -33,6 +33,6 @@ "@vitejs/plugin-react": "^4.0.0" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-react17/package.json b/packages/playwright-ct-react17/package.json index 7f59895fc6..e681a76334 100644 --- a/packages/playwright-ct-react17/package.json +++ b/packages/playwright-ct-react17/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for React", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -33,6 +33,6 @@ "@vitejs/plugin-react": "^4.0.0" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-solid/package.json b/packages/playwright-ct-solid/package.json index 7aaedac33c..2adece0a3b 100644 --- a/packages/playwright-ct-solid/package.json +++ b/packages/playwright-ct-solid/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for Solid", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -36,6 +36,6 @@ "solid-js": "^1.7.0" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-svelte/package.json b/packages/playwright-ct-svelte/package.json index deec0063fc..c9fd0af44c 100644 --- a/packages/playwright-ct-svelte/package.json +++ b/packages/playwright-ct-svelte/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for Svelte", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -36,6 +36,6 @@ "svelte": "^3.55.1" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-vue/package.json b/packages/playwright-ct-vue/package.json index 70ce365be1..700196ba32 100644 --- a/packages/playwright-ct-vue/package.json +++ b/packages/playwright-ct-vue/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for Vue", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -33,6 +33,6 @@ "@vitejs/plugin-vue": "^4.2.1" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-ct-vue2/package.json b/packages/playwright-ct-vue2/package.json index bd1fb06a53..19e26083ea 100644 --- a/packages/playwright-ct-vue2/package.json +++ b/packages/playwright-ct-vue2/package.json @@ -4,7 +4,7 @@ "description": "Playwright Component Testing for Vue2", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -36,6 +36,6 @@ "vue": "^2.7.14" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" } } diff --git a/packages/playwright-firefox/package.json b/packages/playwright-firefox/package.json index ed07587173..3b2ae876dc 100644 --- a/packages/playwright-firefox/package.json +++ b/packages/playwright-firefox/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate Firefox", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -24,7 +24,7 @@ "./package.json": "./package.json" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" }, "scripts": { "install": "node install.js" diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 65481db83e..d7919a8303 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate web browsers", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -26,7 +26,7 @@ "./reporter": "./reporter.js" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" }, "scripts": {}, "dependencies": { diff --git a/packages/playwright-webkit/package.json b/packages/playwright-webkit/package.json index 26c20296c9..22157eac41 100644 --- a/packages/playwright-webkit/package.json +++ b/packages/playwright-webkit/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate WebKit", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -24,7 +24,7 @@ "./package.json": "./package.json" }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" }, "scripts": { "install": "node install.js" diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 47dd449a89..73d746c0ac 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -4,7 +4,7 @@ "description": "A high-level API to automate web browsers", "repository": { "type": "git", - "url": "https://github.com/microsoft/playwright.git" + "url": "git+https://github.com/microsoft/playwright.git" }, "homepage": "https://playwright.dev", "engines": { @@ -47,7 +47,7 @@ } }, "bin": { - "playwright": "./cli.js" + "playwright": "cli.js" }, "author": { "name": "Microsoft Corporation"