Skip to content

Commit d9c26d2

Browse files
committed
chore: mark v0.1.0
1 parent cc0bf3a commit d9c26d2

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

package-lock.json

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/cli",
3-
"version": "0.0.66",
3+
"version": "0.1.0",
44
"description": "Playwright CLI",
55
"repository": {
66
"type": "git",
@@ -15,18 +15,15 @@
1515
},
1616
"license": "Apache-2.0",
1717
"scripts": {
18-
"lint": "echo OK",
19-
"build": "echo OK",
2018
"test": "playwright test"
2119
},
2220
"devDependencies": {
23-
"@playwright/test": "1.59.0-alpha-1770400094000",
21+
"@playwright/test": "1.59.0-alpha-1770426101000",
2422
"@types/node": "^25.2.1"
2523
},
2624
"dependencies": {
2725
"minimist": "^1.2.5",
28-
"playwright": "1.59.0-alpha-1770400094000",
29-
"playwright-core": "1.59.0-alpha-1770400094000"
26+
"playwright": "1.59.0-alpha-1770426101000"
3027
},
3128
"bin": {
3229
"playwright-cli": "playwright-cli.js"

0 commit comments

Comments
 (0)