Skip to content

Commit 18faf30

Browse files
authored
chore: adjust package.json > repository metadata (#149)
1 parent 8dd1b2a commit 18faf30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "create-playwright",
33
"version": "1.17.136",
44
"description": "Getting started with writing end-to-end tests with Playwright.",
5-
"repository": "github:Microsoft/create-playwright",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/microsoft/create-playwright.git"
8+
},
69
"homepage": "https://playwright.dev",
710
"author": {
811
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)