chore: run 'npm pkg fix' (#27470)

As per

```
npm WARN publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish Removed invalid "scripts"
npm WARN publish "bin[playwright-core]" script name was cleaned
npm WARN publish "repository.url" was normalized to "git+https://github.com/microsoft/playwright.git
```

works now as per
https://www.npmjs.com/package/@playwright/test/v/1.39.0-alpha-1696547902000
when you scroll down.

https://github.com/microsoft/playwright/issues/22555
This commit is contained in:
Max Schmitt 2023-10-05 23:42:27 +00:00 committed by GitHub
parent 10e7654fd9
commit f856e3e4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 31 additions and 31 deletions

View file

@ -19,7 +19,7 @@ env:
jobs: jobs:
test_components: test_components:
name: ${{ matrix.os }} name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -5,7 +5,7 @@
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {

View file

@ -4,7 +4,7 @@
"description": "Playwright package that automatically installs Chromium", "description": "Playwright package that automatically installs Chromium",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {

View file

@ -4,7 +4,7 @@
"description": "Playwright package that automatically installs Firefox", "description": "Playwright package that automatically installs Firefox",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {

View file

@ -4,7 +4,7 @@
"description": "Playwright package that automatically installs WebKit", "description": "Playwright package that automatically installs WebKit",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate Chromium", "description": "A high-level API to automate Chromium",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -24,7 +24,7 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
}, },
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -39,7 +39,7 @@
"./types/structs": "./types/structs.d.ts" "./types/structs": "./types/structs.d.ts"
}, },
"bin": { "bin": {
"playwright-core": "./cli.js" "playwright-core": "cli.js"
}, },
"types": "types/types.d.ts" "types": "types/types.d.ts"
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing Helpers", "description": "Playwright Component Testing Helpers",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -32,6 +32,6 @@
"playwright": "1.39.0-next" "playwright": "1.39.0-next"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for React", "description": "Playwright Component Testing for React",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -33,6 +33,6 @@
"@vitejs/plugin-react": "^4.0.0" "@vitejs/plugin-react": "^4.0.0"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for React", "description": "Playwright Component Testing for React",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -33,6 +33,6 @@
"@vitejs/plugin-react": "^4.0.0" "@vitejs/plugin-react": "^4.0.0"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for Solid", "description": "Playwright Component Testing for Solid",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -36,6 +36,6 @@
"solid-js": "^1.7.0" "solid-js": "^1.7.0"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for Svelte", "description": "Playwright Component Testing for Svelte",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -36,6 +36,6 @@
"svelte": "^3.55.1" "svelte": "^3.55.1"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for Vue", "description": "Playwright Component Testing for Vue",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -33,6 +33,6 @@
"@vitejs/plugin-vue": "^4.2.1" "@vitejs/plugin-vue": "^4.2.1"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "Playwright Component Testing for Vue2", "description": "Playwright Component Testing for Vue2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -36,6 +36,6 @@
"vue": "^2.7.14" "vue": "^2.7.14"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
} }
} }

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate Firefox", "description": "A high-level API to automate Firefox",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -24,7 +24,7 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
}, },
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -26,7 +26,7 @@
"./reporter": "./reporter.js" "./reporter": "./reporter.js"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate WebKit", "description": "A high-level API to automate WebKit",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -24,7 +24,7 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
}, },
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -4,7 +4,7 @@
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/microsoft/playwright.git" "url": "git+https://github.com/microsoft/playwright.git"
}, },
"homepage": "https://playwright.dev", "homepage": "https://playwright.dev",
"engines": { "engines": {
@ -47,7 +47,7 @@
} }
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js"
}, },
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"