From 84ba4686edce0f319f87ffcd833cb399aae6fa57 Mon Sep 17 00:00:00 2001 From: Luffy Date: Wed, 23 Jul 2025 00:45:19 +0800 Subject: [PATCH] chore: remove themes directory from package.json files list (#2574) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e6e02e8e..f92e6cb0 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,7 @@ "./*": "./*" }, "files": [ - "dist", - "themes" + "dist" ], "lint-staged": { "*.js": "eslint --fix"