Skip to content

Commit

Permalink
feat: atualiza para a versão angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-gregorio-totvs committed Dec 17, 2024
1 parent e74d167 commit f63e53f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@po-ui/style",
"version": "18.21.0",
"version": "19.0.0",
"description": "PO Style",
"author": "PO UI",
"license": "MIT",
Expand All @@ -19,7 +19,9 @@
"format:fix": "pretty-quick --staged",
"format:check": "prettier --check --loglevel error \"src/**/*{.ts,.js,.json,.css,.scss,.html}\"",
"format:all": "prettier --write \"src/**/*{.ts,.js,.json,.css,.scss,.html}\"",
"update-animalia-icon": "npm install @animaliads/animalia-icon@latest && node scripts/update-animalia-icon.js"
"update-animalia-icon": "npm install @animaliads/animalia-icon@latest && node scripts/update-animalia-icon.js",
"pack:style": "cd dist/style && npm pack",
"publish:style:local": "npm publish ./dist/style --registry http://localhost:4873 --ignore-scripts"
},
"devDependencies": {
"@animaliads/animalia-icon": "1.0.2",
Expand Down

0 comments on commit f63e53f

Please sign in to comment.