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 5242e4c commit cd54043Copy full SHA for cd54043
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-intersection-observer",
3
- "version": "0.2.13",
+ "version": "0.3.0",
4
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
5
"main": "lib/index.js",
6
"browser": "lib/index.js",
@@ -55,8 +55,7 @@
55
"<rootDir>/node_modules/enzyme-to-json/serializer"
56
]
57
},
58
- "dependencies": {
59
- },
+ "dependencies": {},
60
"peerDependencies": {
61
"prop-types": "^15.5.10",
62
"react": "^0.14.0 || ^15.0.0"
0 commit comments