Skip to content

Commit

Permalink
chore: add dummy package.json's for GH dependents analysis (#4666)
Browse files Browse the repository at this point in the history
Relates #4320

The support suggest something like that.

(does not close because we want to verify it works before)
  • Loading branch information
mxschmitt committed Dec 10, 2020
1 parent 8fc49c9 commit 4f3f626
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playwright-chromium",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playwright-core",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playwright-firefox",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playwright-webkit",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "playwright",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}

0 comments on commit 4f3f626

Please sign in to comment.