From 876a8837d8b89d48a3f0c38693042687c27cb9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81=C4=85giewka?= Date: Sun, 19 Jul 2026 17:19:53 +0200 Subject: [PATCH] chore: use files allow list for the published package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6c793dd..8184318 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,10 @@ "utility", "plugin" ], + "files": [ + "types/*.d.ts", + "index.js" + ], "author": "Tomas Della Vedova", "contributors": [ {