From a5b712cdb380ec38fc8e02afd4f719194474e04e Mon Sep 17 00:00:00 2001 From: Mike Hall Date: Wed, 12 Jun 2024 14:11:23 +0100 Subject: [PATCH] fix: Correct package git URL format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15a7f67..a4248ed 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/zaptic/neoip", "repository": { "type": "git", - "url": "https://github.com/zaptic/neoip.git" + "url": "git+https://github.com/zaptic/neoip.git" }, "files": [ "lib",