fix: correcao package json
This commit is contained in:
parent
39c2ed86d4
commit
a597006f0d
1 changed files with 3 additions and 8 deletions
11
package.json
11
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue