From 31d296d9b8cde1dda54b4ab4224de1827216e5a8 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 7 Sep 2024 11:12:26 -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 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"