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 286f4b1 commit ff4e10aCopy full SHA for ff4e10a
1 file changed
package.json
@@ -59,8 +59,7 @@
59
"react scroll direction and position"
60
],
61
"license": "MIT",
62
- "main": "dist/cjs/index.js",
63
- "module": "dist/esm/index.js",
+ "main": "dist/esm/index.js",
64
"name": "@smakss/react-scroll-direction",
65
"peerDependencies": {
66
"react": ">=16.8.0"
@@ -79,5 +78,5 @@
79
78
"typecheck": "tsc -b ."
80
},
81
"type": "module",
82
- "version": "4.0.0"
+ "version": "4.0.1"
83
}
0 commit comments