From 80c6029f1895231e354e74256098dccdc0e6ff97 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Tue, 18 Mar 2025 16:25:04 -0400 Subject: [PATCH] chore: Bump version to 1.1.4 and include additional files in package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 91d1019..4afbd00 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/kunkunsh/kunkun-ext-neohtop.git" }, - "version": "1.1.3", + "version": "1.1.4", "description": "", "type": "module", "kunkun": { @@ -40,6 +40,11 @@ } ] }, + "files": [ + "build", + "README.md", + "package.json" + ], "scripts": { "dev": "vite dev", "build": "vite build",