From 2ff77b7d769d4e29ee83f6933c93b8b3395f6a64 Mon Sep 17 00:00:00 2001 From: GENTILHOMME Thomas Date: Thu, 12 Mar 2026 17:42:54 +0100 Subject: [PATCH] fix(package.json): publish with only dist whitelisted --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9253b07..daed9d2 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "nodejs", "typescript" ], + "files": [ + "dist" + ], "author": "GENTILHOMME Thomas ", "license": "MIT", "bugs": {