From 369bed5f18fb16247c7338ca7a351428ebbb62ec Mon Sep 17 00:00:00 2001 From: nca-xero <219591949+nca-work@users.noreply.github.com> Date: Thu, 7 May 2026 15:43:22 +1200 Subject: [PATCH] ci: use git+https repository in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f81a809..3ab954c4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/XeroAPI/xero-node.git" + "url": "git+https://github.com/XeroAPI/xero-node.git" }, "scripts": { "build": "tsc",