Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schmidt committed May 25, 2017
1 parent 5242e4c commit cd54043
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intersection-observer",
"version": "0.2.13",
"version": "0.3.0",
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",
"main": "lib/index.js",
"browser": "lib/index.js",
Expand Down Expand Up @@ -55,8 +55,7 @@
"<rootDir>/node_modules/enzyme-to-json/serializer"
]
},
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^0.14.0 || ^15.0.0"
Expand Down

0 comments on commit cd54043

Please sign in to comment.