From c3d195bba5303b0aa7a8e13670402848f2daf44c Mon Sep 17 00:00:00 2001 From: Thibaud <129274807+thibaudsz@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:54:08 +0200 Subject: [PATCH] fix: correct repository link in package.json --- 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"