We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0f8c9 commit 25c351eCopy full SHA for 25c351e
package.json
@@ -2,7 +2,7 @@
2
"name": "react-reduce-motion",
3
"version": "2.0.1",
4
"description": "A cross platform react hook that indicates whether a user's OS is configured to \"Reduce motion\" for accessibility purposes",
5
- "main": "dist/react-reduce-motion.cjs.js",
+ "main": "dist/react-reduce-motion.browser.cjs.js",
6
"jsnext:main": "dist/react-reduce-motion.esm.js",
7
"module": "dist/react-reduce-motion.esm.js",
8
"react-native": "native/dist/react-reduce-motion.native.cjs.js",
0 commit comments