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:
parent
10e7654fd9
commit
f856e3e4bc
2
.github/workflows/tests_components.yml
vendored
2
.github/workflows/tests_components.yml
vendored
|
|
@ -19,7 +19,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test_components:
|
||||
name: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue