Skip to content

Commit d39ec35

Browse files
authored
chore: Add "homepage" to package.json (#2127)
1 parent f86ddac commit d39ec35

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-post",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
6+
"homepage": "https://playwright.dev",
67
"engines": {
78
"node": ">=10.15.0"
89
},

packages/playwright-chromium/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-post",
44
"description": "A high-level API to automate Chromium",
55
"repository": "github:Microsoft/playwright",
6+
"homepage": "https://playwright.dev",
67
"main": "index.js",
78
"scripts": {
89
"install": "node install.js"

packages/playwright-firefox/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-post",
44
"description": "A high-level API to automate Firefox",
55
"repository": "github:Microsoft/playwright",
6+
"homepage": "https://playwright.dev",
67
"main": "index.js",
78
"scripts": {
89
"install": "node install.js"

packages/playwright-webkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-post",
44
"description": "A high-level API to automate WebKit",
55
"repository": "github:Microsoft/playwright",
6+
"homepage": "https://playwright.dev",
67
"main": "index.js",
78
"scripts": {
89
"install": "node install.js"

packages/playwright/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-post",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
6+
"homepage": "https://playwright.dev",
67
"main": "index.js",
78
"scripts": {
89
"install": "node install.js",

0 commit comments

Comments
 (0)