We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f3a43 commit b25b07cCopy full SHA for b25b07c
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "use-media-query-hook",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "React custom hook to check when a media query result changes",
5
- "main": "lib/index.js",
+ "main": "index.js",
6
+ "cjs": "lib/index.js",
7
"umd": "dist/index.js",
8
"module": "es/index.js",
9
"files": [
@@ -37,7 +38,7 @@
37
38
},
39
"homepage": "https://github.com/carloluis/use-media-query-hook#readme",
40
"peerDependencies": {
- "react": "^16.8.2"
41
+ "react": "^16.8.0"
42
43
"devDependencies": {
44
"rollup": "^1.2.1"
0 commit comments