mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
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 New Issue
Block a user