milosjanda / react-scroll-up

React component to add custom buttons for scrolling to top of page
MIT License
175 stars 28 forks source link

Update React version in peerDependencies #24

Closed eligolding closed 7 years ago

eligolding commented 7 years ago

This library seems to work fine in React v16, but npm gives a warning in the console when installing. Not a big deal, I know, just like to have clean output in my console ;) This PR updates the peerDependencies value in the package.json file to allow React v16.

milosjanda commented 7 years ago

Thank you for the test and the contribution.