From f73dcb9765733c8a61b2c8794feee2cacd488c64 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 7 Sep 2024 13:43:21 -0400 Subject: [PATCH] build: fix repository.url in package.json (#127) --- 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"