Skip to content

Commit 25c351e

Browse files
author
Luke Herrington
committed
Fix main path in package.json
closes #1
1 parent 4e0f8c9 commit 25c351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-reduce-motion",
33
"version": "2.0.1",
44
"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",
5+
"main": "dist/react-reduce-motion.browser.cjs.js",
66
"jsnext:main": "dist/react-reduce-motion.esm.js",
77
"module": "dist/react-reduce-motion.esm.js",
88
"react-native": "native/dist/react-reduce-motion.native.cjs.js",

0 commit comments

Comments
 (0)