We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd1b2a commit 18faf30Copy full SHA for 18faf30
package.json
@@ -2,7 +2,10 @@
2
"name": "create-playwright",
3
"version": "1.17.136",
4
"description": "Getting started with writing end-to-end tests with Playwright.",
5
- "repository": "github:Microsoft/create-playwright",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/microsoft/create-playwright.git"
8
+ },
9
"homepage": "https://playwright.dev",
10
"author": {
11
"name": "Microsoft Corporation"
0 commit comments