From bc592c607b0a9b2193f3d9287ff4e2aa18dd1bea Mon Sep 17 00:00:00 2001 From: Ilya Isupov Date: Wed, 26 Nov 2025 16:00:30 +0300 Subject: [PATCH] fix: removed config from files directory of a package --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index af6852d..e035e41 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "files": [ "/actions/**/*.*(js|d.ts)", "/auth/**/*.*(js|d.ts)", - "/config/**/*.*(js|d.ts)", "/data/**/*.*(js|d.ts)", "/fixtures/**/*.*(js|d.ts)", "/har/**/*.*(js|d.ts)",