Skip to content

Commit 55f3a43

Browse files
committed
update package & bump version to 0.1.0
1 parent c431f07 commit 55f3a43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-media-query-hook",
3-
"version": "0.0.2",
4-
"description": "use-media-query hook",
3+
"version": "0.1.0",
4+
"description": "React custom hook to check when a media query result changes",
55
"main": "lib/index.js",
66
"umd": "dist/index.js",
77
"module": "es/index.js",
@@ -21,7 +21,10 @@
2121
},
2222
"keywords": [
2323
"react",
24+
"hooks",
25+
"react-hooks",
2426
"react-hook",
27+
"react-custom-hook",
2528
"media-query",
2629
"media-query-string",
2730
"MediaQueryList",

0 commit comments

Comments
 (0)