From 4f3f6267a8619628d8d042f3562c939542bd92e1 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 10 Dec 2020 15:35:29 +0100 Subject: [PATCH] chore: add dummy package.json's for GH dependents analysis (#4666) Relates #4320 The support suggest something like that. (does not close because we want to verify it works before) --- .../playwright-chromium/package.json | 7 +++++++ .../playwright-core/package.json | 7 +++++++ .../playwright-firefox/package.json | 7 +++++++ .../playwright-webkit/package.json | 7 +++++++ .../playwright/package.json | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright-chromium/package.json create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright-core/package.json create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright-firefox/package.json create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright-webkit/package.json create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright/package.json diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright-chromium/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright-chromium/package.json new file mode 100644 index 0000000000..ec0de7ab12 --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright-chromium/package.json @@ -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" +} \ No newline at end of file diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright-core/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright-core/package.json new file mode 100644 index 0000000000..7a76fc0b9f --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright-core/package.json @@ -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" +} \ No newline at end of file diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright-firefox/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright-firefox/package.json new file mode 100644 index 0000000000..da7b955fc8 --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright-firefox/package.json @@ -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" +} \ No newline at end of file diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright-webkit/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright-webkit/package.json new file mode 100644 index 0000000000..6d0f7491c8 --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright-webkit/package.json @@ -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" +} \ No newline at end of file diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright/package.json new file mode 100644 index 0000000000..4515e5a1e9 --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright/package.json @@ -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" +} \ No newline at end of file