fix: correcao package json

This commit is contained in:
MarcioJRGodoi 2024-10-17 09:04:13 -03:00
parent 39c2ed86d4
commit a597006f0d

View file

@ -1,17 +1,12 @@
{
"name": "p-comuns",
"version": "0.56.0",
"version": "0.57.0",
"description": "",
"main": "src/index.ts",
"exports": {
".": {
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
"biome": "npx @biomejs/biome check --write ./src",
"at": "pnpm up \"@biomejs/biome\" "
"up": "pnpm up \"@biomejs/biome\" "
},
"author": {
"name": "AZTECA SOFTWARE LTDA",