Skip to content

Commit cd54043

Browse files
author
Daniel Schmidt
committed
v0.3.0
1 parent 5242e4c commit cd54043

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-intersection-observer",
3-
"version": "0.2.13",
3+
"version": "0.3.0",
44
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
55
"main": "lib/index.js",
66
"browser": "lib/index.js",
@@ -55,8 +55,7 @@
5555
"<rootDir>/node_modules/enzyme-to-json/serializer"
5656
]
5757
},
58-
"dependencies": {
59-
},
58+
"dependencies": {},
6059
"peerDependencies": {
6160
"prop-types": "^15.5.10",
6261
"react": "^0.14.0 || ^15.0.0"

0 commit comments

Comments
 (0)