From 92f52199deb6b17a97489662555aeb7cec85d050 Mon Sep 17 00:00:00 2001 From: Pascal Garber Date: Thu, 15 Feb 2024 16:41:09 +0100 Subject: [PATCH] package.json: Set repository to ts-for-gir, fixes https://github.com/gjsify/types/issues/6 --- packages/generator-typescript/templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generator-typescript/templates/package.json b/packages/generator-typescript/templates/package.json index 863e38391..692d54156 100644 --- a/packages/generator-typescript/templates/package.json +++ b/packages/generator-typescript/templates/package.json @@ -166,7 +166,7 @@ _%> "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/gjsify/types.git" + "url": "git+https://github.com/gjsify/ts-for-gir.git" }, "bugs": { "url": "https://github.com/gjsify/ts-for-gir/issues"