From ddfee8521e9d3f6bd69e94b667b86ebb71e52194 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Tue, 21 Nov 2023 12:21:47 -0800 Subject: [PATCH] chore(package.json): fix warning during npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e3a5bab121..780504944c8 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": ">=16.19.1 <20"