From 2ea4f0402949af1e6262c47002421270a819889e Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 6 Sep 2024 18:09:10 -0700 Subject: [PATCH] build: fix repository.url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e0049e..3567871 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/electron/typescript-definitions.git" + "url": "git+https://github.com/electron/typescript-definitions.git" }, "files": [ "dist",