This commit is contained in:
Luiz H. R. Silva 2024-06-04 21:22:33 -03:00
parent ac361d54a0
commit f4e8a8d5bf
6 changed files with 110 additions and 83 deletions

View file

@ -1,14 +1,14 @@
{
"name": "p-designer-system",
"private": true,
"version": "0.3.0",
"version": "0.6.0",
"type": "commonjs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "rm -R dist && cd src/componentes && tsc && cd ../.. && npm --no-git-tag-version version minor",
"build": "npm --no-git-tag-version version minor && rm -R dist && cd src/componentes && tsc && cd ../..",
"biome": "npx @biomejs/biome check --apply ./src",
"postinstall": "pnpm up p-*"
},
@ -36,4 +36,4 @@
"typescript": "^5.4.5",
"vite": "^5.2.8"
}
}
}