chore: Add "homepage" to package.json (#2127)

This commit is contained in:
Tobias Hernstig 2020-05-07 21:31:59 +02:00 committed by GitHub
parent f86ddacb85
commit d39ec35cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -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"
},

View File

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

View File

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

View File

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

View File

@ -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",