From 7e2cfdb9e3bb99ad44c2ad00d873c665c1fad1d4 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 6 Sep 2024 22:50:13 -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 511b4f3..56c5899 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/electron/node-rcedit.git" + "url": "git+https://github.com/electron/node-rcedit.git" }, "bugs": { "url": "https://github.com/electron/node-rcedit/issues"