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 7048f8f commit f0e0a0aCopy full SHA for f0e0a0a
package.json
@@ -4,10 +4,12 @@
4
"url": "https://github.com/SMAKSS/react-scroll-direction/issues"
5
},
6
"description": "Detect scroll direction in react applications.",
7
+ "dependencies": {
8
+ "prop-types": "^15.8.1"
9
+ },
10
"devDependencies": {
11
"@rollup/plugin-commonjs": "^24.0.0",
12
"@rollup/plugin-node-resolve": "^15.0.1",
- "prop-types": "^15.8.1",
13
"rollup": "^3.2.3"
14
15
"exports": {
0 commit comments