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 34f9998 commit 2367e96Copy full SHA for 2367e96
.gitignore
@@ -6,6 +6,10 @@ yarn-debug.log*
6
yarn-error.log*
7
lerna-debug.log*
8
9
+# IDE dir & files
10
+.idea
11
+.idea/
12
+
13
#Builded files
14
cjs/
15
package.json
@@ -2,7 +2,7 @@
2
"name": "react-use-scroll-navgiate",
3
"version": "2.0.0",
4
"description": "A react hook to scroll to the top of the page when navigate to another one",
5
- "main": "cjs/index.jsx",
+ "main": "cjs/index.js",
"module": "esm/index.jsx",
"scripts": {
"build": "rollup -c",
0 commit comments