Skip to content

Commit c7995fd

Browse files
committed
1.2.0
1 parent 2d1b0bf commit c7995fd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "headless-currency-input",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Headless Currency Input is a component to format currency input in an elegant way.",
55
"keywords": [
66
"react",
@@ -39,7 +39,9 @@
3939
},
4040
"main": "dist/index.js",
4141
"types": "./dist/index.d.ts",
42-
"files": ["dist"],
42+
"files": [
43+
"dist"
44+
],
4345
"scripts": {
4446
"build": "tsup",
4547
"commit": "cz",
@@ -62,7 +64,9 @@
6264
"biome format --write --no-errors-on-unmatched",
6365
"biome lint --apply --no-errors-on-unmatched"
6466
],
65-
"*": ["biome check --no-errors-on-unmatched --files-ignore-unknown=true"]
67+
"*": [
68+
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
69+
]
6670
},
6771
"config": {
6872
"commitizen": {

0 commit comments

Comments
 (0)