Skip to content

Commit f0e0a0a

Browse files
committed
chore: make prop types as dependency
1 parent 7048f8f commit f0e0a0a

File tree

2 files changed

+211
-209
lines changed

2 files changed

+211
-209
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"url": "https://github.com/SMAKSS/react-scroll-direction/issues"
55
},
66
"description": "Detect scroll direction in react applications.",
7+
"dependencies": {
8+
"prop-types": "^15.8.1"
9+
},
710
"devDependencies": {
811
"@rollup/plugin-commonjs": "^24.0.0",
912
"@rollup/plugin-node-resolve": "^15.0.1",
10-
"prop-types": "^15.8.1",
1113
"rollup": "^3.2.3"
1214
},
1315
"exports": {

0 commit comments

Comments
 (0)