From 9495fc384029cf18f5485d071f0cd73287199d52 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 7 Sep 2024 12:55:50 -0700 Subject: [PATCH] build: fix repository.url in package.json (#108) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e62b7ec..98dbb6a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/electron/universal.git" + "url": "git+https://github.com/electron/universal.git" }, "engines": { "node": ">=16.4"