From f1eed9e0b0b968a0ec985f3b7a9cd93cbcc2cbc7 Mon Sep 17 00:00:00 2001 From: Hyper-Z11 <114817308+hyperz111@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:44:31 +0700 Subject: [PATCH] chore: update pattern to ONLY include top-level js files in dist (#820) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d25f2c..9378da2 100755 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ } }, "files": [ - "dist", + "dist/*.?(m)js", "src" ], "bin": "./script/cli.js",