From 393a75839ffccf7156b0b767d98783b76c9acd0a Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 23 Feb 2025 07:17:29 -0500 Subject: [PATCH] chore: add repository metadata to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2fba193..66cb6c2 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "version": "0.0.1", "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "https://github.com/kunkunsh/kunkun-ext-uuid" + }, "kunkun": { "name": "UUID Generater", "shortDescription": "Generate UUID",