From 2dc13887371aaace93ec889407d63d320652cd4d Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Fri, 1 Dec 2023 09:44:03 -0800 Subject: [PATCH] chore(package.json): fix warning during npm publish (#7253) Co-authored-by: John Hill --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37b7e1c504..7180e9f073 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "homepage": "https://nasa.github.io/openmct", "repository": { "type": "git", - "url": "https://github.com/nasa/openmct.git" + "url": "git+https://github.com/nasa/openmct.git" }, "engines": { "node": ">=18.14.2 <22"