chore: fix package description after monorepo
This commit is contained in:
parent
e68129e610
commit
bcfd47343c
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "playwright-chromium",
|
||||
"version": "1.16.0-next",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"description": "A high-level API to automate Chromium",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "playwright-firefox",
|
||||
"version": "1.16.0-next",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"description": "A high-level API to automate Firefox",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "playwright-webkit",
|
||||
"version": "1.16.0-next",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"description": "A high-level API to automate WebKit",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue