formatação

This commit is contained in:
Luiz H. R. Silva 2024-06-01 14:35:15 -03:00
parent e705901982
commit 785588b37e
31 changed files with 178 additions and 167 deletions

View file

@ -1,10 +1,10 @@
{
"name": "~comuns",
"version": "0.17.0",
"version": "0.19.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "npm run biome && tsc && npm --no-git-tag-version version minor",
"build": "pnpm run biome && npm --no-git-tag-version version minor && tsc",
"biome": "npx @biomejs/biome check --apply ./src && npx @biomejs/biome format --write ./src"
},
"author": "",
@ -13,7 +13,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@biomejs/biome": "1.7.3",
"@types/node": "^20.12.5"
},
"peerDependencies": {