Skip to content

Commit c48eb87

Browse files
committed
2.0.0
1 parent de794b3 commit c48eb87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
"build": "yarn run clean && tsc -p ./tsconfig.es2015.json && tsc -p ./tsconfig.cjs.json",
2121
"watch": "tsc -w -p ./tsconfig.es2015.json"
2222
},
23-
"keywords": ["hugerte", "react", "component"],
23+
"keywords": [
24+
"hugerte",
25+
"react",
26+
"component"
27+
],
2428
"license": "MIT",
2529
"peerDependencies": {
2630
"hugerte": "^1.0.6",
@@ -50,5 +54,5 @@
5054
"typescript": "~5.8.3",
5155
"vite": "^6.3.5"
5256
},
53-
"version": "1.0.1"
57+
"version": "2.0.0"
5458
}

0 commit comments

Comments
 (0)