felixakiragreen / react-kronos

A fast, intuitive, and elegant date and time picker for React.
https://felixakiragreen.github.io/react-kronos/
MIT License
90 stars 28 forks source link

Move react and react-dom to peerDependencies #27

Closed xamfoo closed 8 years ago

xamfoo commented 8 years ago

Moving react and react-dom to peerDependencies prevents duplicate react packages which often happens depending on package installation order. See this article for more context.

This approach is taken by other projects: react-redux react-portal-tooltip

felixakiragreen commented 8 years ago

Done in 1.2.4!