From 8af7eced43a5d240fa3390c7e297178ecb63c344 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Tue, 14 Jan 2025 02:32:29 -0500 Subject: [PATCH] chore: Add repository information to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 832ecc6..7db75de 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "name": "kunkun-ext-ossinsight", "version": "0.0.1", "type": "module", + "repository": { + "type": "git", + "url": "https://github.com/kunkunsh/kunkun-ext-ossinsight" + }, "kunkun": { "name": "OSSInsight", "shortDescription": "OSSInsight",