Skip to content

Commit 09214e2

Browse files
committed
chore: add description and keywords in package.json
1 parent 823c7e4 commit 09214e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "@mints/hooks",
33
"packageManager": "[email protected]",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
5+
"description": "An easy-to-use React hooks collections.",
6+
"keywords": [
7+
"react",
8+
"hooks",
9+
"mints",
10+
"mints-components"
11+
],
512
"type": "module",
613
"files": [
714
"dist",

0 commit comments

Comments
 (0)