chore: fix package description after monorepo

This commit is contained in:
Max Schmitt 2021-10-12 23:32:08 +02:00
parent e68129e610
commit bcfd47343c
3 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {