From 743539b7b6ee4da576d0517a5055acf5cdafbb46 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Thu, 23 Oct 2025 18:58:20 -0300 Subject: [PATCH] . --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 44cb081..7bfb67d 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,11 @@ { "name": "p-comuns", - "version": "0.248.0", + "version": "0.248.1", "description": "", "type": "module", "main": "./dist-back/index.cjs", "module": "./dist-front/index.mjs", "types": "./dist-front/index.d.ts", - "files": [ - "dist-front", - "dist-back", - "package.json", - "README.md" - ], "exports": { ".": { "types": "./dist-front/index.d.ts",