From cbef98a0774e39a375d1a7c431d4a8ab35afa145 Mon Sep 17 00:00:00 2001 From: blas Date: Fri, 27 Mar 2026 14:26:09 +0100 Subject: [PATCH] chore: add dist to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 05af912..0164ba1 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,11 @@ } ], "license": "MIT", + "files": [ + "dist/", + "README.md", + "LICENSE" + ], "dependencies": { "chalk": "^4.1.2", "commander": "^11.1.0",