chore: bump version to 0.9.15-post

This commit is contained in:
Pavel Feldman 2020-01-17 18:56:38 -08:00
parent ab806e6274
commit 3645f47d38

View File

@ -1,6 +1,6 @@
{ {
"name": "playwright", "name": "playwright",
"version": "0.9.13-post", "version": "0.9.15-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",
"engines": { "engines": {
@ -10,7 +10,7 @@
"playwright": { "playwright": {
"chromium_revision": "724623", "chromium_revision": "724623",
"firefox_revision": "1016", "firefox_revision": "1016",
"webkit_revision": "1099" "webkit_revision": "1100"
}, },
"scripts": { "scripts": {
"unit": "node test/test.js", "unit": "node test/test.js",