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",
|
"name": "p-comuns",
|
||||||
"version": "0.56.0",
|
"version": "0.57.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "dist/index.js",
|
||||||
"exports": {
|
|
||||||
".": {
|
|
||||||
"require": "./dist/index.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
"build": "rm -rf ./dist && pnpm run biome && npm --no-git-tag-version version minor && tsc",
|
||||||
"biome": "npx @biomejs/biome check --write ./src",
|
"biome": "npx @biomejs/biome check --write ./src",
|
||||||
"at": "pnpm up \"@biomejs/biome\" "
|
"up": "pnpm up \"@biomejs/biome\" "
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "AZTECA SOFTWARE LTDA",
|
"name": "AZTECA SOFTWARE LTDA",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue