From eb97126a793e88c1bb8846a511414f30fee8bdff Mon Sep 17 00:00:00 2001 From: Thibaud <129274807+thibaudsz@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:43:30 +0200 Subject: [PATCH] fix: correct repository link in package.json (#129) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a11c050..f28849d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "create-playwright", "version": "1.17.133", "description": "Getting started with writing end-to-end tests with Playwright.", - "repository": "github:Microsoft/playwright", + "repository": "github:Microsoft/create-playwright", "homepage": "https://playwright.dev", "author": { "name": "Microsoft Corporation"