Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Nov 5, 2024
1 parent 2d1b0bf commit c7995fd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headless-currency-input",
"version": "1.1.0",
"version": "1.2.0",
"description": "Headless Currency Input is a component to format currency input in an elegant way.",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,9 @@
},
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"commit": "cz",
Expand All @@ -62,7 +64,9 @@
"biome format --write --no-errors-on-unmatched",
"biome lint --apply --no-errors-on-unmatched"
],
"*": ["biome check --no-errors-on-unmatched --files-ignore-unknown=true"]
"*": [
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit c7995fd

Please sign in to comment.