diff --git a/package.json b/package.json index 6c34b0b..aefa6ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.246.0", + "version": "0.247.0", "description": "", "main": "./dist-back/index.js", "module": "./dist-front/index.mjs", @@ -10,7 +10,8 @@ "types": "./dist-front/index.d.mts", "import": "./dist-front/index.mjs", "require": "./dist-back/index.js" - } + }, + "./package.json": "./package.json" }, "scripts": { "biome": "pnpm exec biome check --write",