From d54b2f3d877972847f68bb0a3993ff1cec260eb7 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 26 Feb 2025 09:37:04 +1100 Subject: [PATCH] feat: add license and repository information to package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f46414..6ba15cd 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,10 @@ "files": [ "dist", "dist_types" - ] + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Astrian/datenel-vue3.git" + } }