From 1bbd70d659194e2af1fd3f7cc6cae5c021f1ffaa Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 22 Oct 2024 17:04:08 -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 e75e1a7..8c7bd56 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/electron/asar", "repository": { "type": "git", - "url": "https://github.com/electron/asar.git" + "url": "git+https://github.com/electron/asar.git" }, "bugs": { "url": "https://github.com/electron/asar/issues"