abdennour / react-progressbar

Basic progress bar in React.js
http://abdennour.github.io/react-progressbar/
MIT License
88 stars 28 forks source link

use peerDependencies to prevent downloading a separated react #11

Closed philiptzou closed 8 years ago

philiptzou commented 8 years ago

I tested it with react 15.0.1 and it still works perfectly.

Use peerDependencies here to prevent npm download another version of react which can cause a lot of problems.

paramaggarwal commented 8 years ago

Thanks @philiptzou. Delayed because I missed this.