"./package.json": "./package.json"

This commit is contained in:
Luiz Silva 2025-10-23 15:54:45 -03:00
parent 4a319bef73
commit 4c2fc54be1

View file

@ -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",