coma / svg-reactify

Transform SVG files into React elements
MIT License
41 stars 13 forks source link

Allow React ^15.0.0 in peerDependencies #7

Closed m90 closed 8 years ago

m90 commented 8 years ago

While working fine when monkey patching (i.e. installing a local clone where I just changed the range in package.json) it's not possible to install svg-reactify alongside React 15 as the peerDependencies in package.json specify ^0.14. Are there any reasons for not specifying sth like ^0.14.0 || ^15.0.0?

coma commented 8 years ago

done! https://github.com/coma/svg-reactify/releases/tag/2.0.0

m90 commented 8 years ago

Nice!