From 48035bc06fa02a162a43fd3b055de2b04aed34e3 Mon Sep 17 00:00:00 2001 From: Tristan Huet Date: Wed, 19 Feb 2025 16:18:31 +0100 Subject: [PATCH] chore: fix git repo URL in package.json file The current pattern 'GIT_USER_ID/GIT_REPO_ID.git' shows up in some tools & scripts parsing the package.json file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a72a790..29d5c0d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "OpenAPI-Generator Contributors", "repository": { "type": "git", - "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git" + "url": "https://github.com/Cosmo-Tech/cosmotech-api-typescript-client.git" }, "keywords": [ "axios",