chore(create-playwright): cut v0.1.7 release

This commit is contained in:
Max Schmitt 2021-09-20 09:22:00 +02:00
parent d61148c39a
commit 08544a88a1
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "create-playwright",
"version": "0.1.4",
"version": "0.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "create-playwright",
"version": "0.1.4",
"version": "0.1.7",
"license": "MIT",
"bin": {
"create-playwright": "index.js"

View File

@ -1,6 +1,6 @@
{
"name": "create-playwright",
"version": "0.1.6",
"version": "0.1.7",
"description": "Getting started with writing end-to-end tests with Playwright.",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",