mlmorg / react-hyperscript

Hyperscript syntax for React.js markup
MIT License
710 stars 45 forks source link

react should be a peerDependency #28

Closed fiatjaf closed 7 years ago

fiatjaf commented 7 years ago

I guess that may optimize a little, minimize damage a little. Sometimes bad things happen when you install react yourself and some dependency installs it also.

Everybody is going to require('react') anyway, so I guess this library could count on users installing it instead of forcing it as a hard dependency.

mlmorg commented 7 years ago

Published as v3.0.0