From 68dc3bc2b40fdc19abfd168792414ae0c142c07f Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Tue, 18 Mar 2025 07:53:12 -0400 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 e76c04c..1f141f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-neohtop", + "repository": { + "type": "git", + "url": "https://github.com/kunkunsh/kunkun-ext-neohtop.git" + }, "version": "1.1.2", "description": "", "type": "module",