Skip to content

Commit a8c9ad9

Browse files
authored
Merge pull request #85 from schlich/playwright-0.2.0
release: bump playwright minor version to 0.2.0
2 parents 5af5e1b + f0c71c6 commit a8c9ad9

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"id": "playwright",
3-
"version": "0.1.1",
4-
"name": "Playwright",
5-
"description": "Playwright enables reliable end-to-end testing for modern web apps.",
6-
"dependsOn": {
7-
"ghcr.io/devcontainers/features/common-utils:2": {},
8-
"ghcr.io/devcontainers/features/node:1": {}
9-
},
10-
"options": {
11-
"browsers": {
12-
"type": "string",
13-
"description": "A SPACE-separated list of browsers to install",
14-
"default": ""
2+
"id": "playwright",
3+
"version": "0.2.0",
4+
"name": "Playwright",
5+
"description": "Playwright enables reliable end-to-end testing for modern web apps.",
6+
"dependsOn": {
7+
"ghcr.io/devcontainers/features/common-utils:2": {},
8+
"ghcr.io/devcontainers/features/node:1": {}
9+
},
10+
"options": {
11+
"browsers": {
12+
"type": "string",
13+
"description": "A SPACE-separated list of browsers to install",
14+
"default": ""
15+
}
1516
}
16-
}
17-
}
17+
}

0 commit comments

Comments
 (0)