This commit is contained in:
marcio 2025-11-11 08:07:12 -03:00
parent 484f2f4593
commit 326aea91a6
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.285.0",
"version": "0.286.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",
@ -12,6 +12,7 @@
"require": "./dist-back/index.js"
}
},
"type": "commonjs",
"scripts": {
"biome": "pnpm exec biome check --write",
"check": "pnpm run biome && npx tsc --noEmit",