Revert "chore: cut v1.0.0-post (#1966)"

This reverts commit 7afceeb5a6.
This commit is contained in:
Pavel 2020-04-27 10:05:11 -07:00
parent a2664b1580
commit df7338c2ce
5 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.0.0-post",
"version": "0.15.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.0.0-post",
"version": "0.15.0-post",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.0.0-post"
"playwright-core": "=0.15.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.0.0-post",
"version": "0.15.0-post",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.0.0-post"
"playwright-core": "=0.15.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "1.0.0-post",
"version": "0.15.0-post",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.0.0-post"
"playwright-core": "=0.15.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "1.0.0-post",
"version": "0.15.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -13,6 +13,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.0.0-post"
"playwright-core": "=0.15.0-post"
}
}