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", "version": "1.0.0-post",
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=10.15.0" "node": ">=10.15.0"
}, },

View file

@ -3,6 +3,7 @@
"version": "1.0.0-post", "version": "1.0.0-post",
"description": "A high-level API to automate Chromium", "description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -3,6 +3,7 @@
"version": "1.0.0-post", "version": "1.0.0-post",
"description": "A high-level API to automate Firefox", "description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -3,6 +3,7 @@
"version": "1.0.0-post", "version": "1.0.0-post",
"description": "A high-level API to automate WebKit", "description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"install": "node install.js" "install": "node install.js"

View file

@ -3,6 +3,7 @@
"version": "1.0.0-post", "version": "1.0.0-post",
"description": "A high-level API to automate web browsers", "description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright", "repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"install": "node install.js", "install": "node install.js",