chore: Add "homepage" to package.json (#2127)
This commit is contained in:
parent
f86ddacb85
commit
d39ec35cd7
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0-post",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"engines": {
|
||||
"node": ">=10.15.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0-post",
|
||||
"description": "A high-level API to automate Chromium",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0-post",
|
||||
"description": "A high-level API to automate Firefox",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0-post",
|
||||
"description": "A high-level API to automate WebKit",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0-post",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"install": "node install.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue