gulp-flowtype
gulp-flowtype copied to clipboard
Fix peerDependencies of `flow-bin` package
SemVer behaviour is different in case major version of package is 0 (it's considered to be a pre-release version) so ^0.39.0 only corresponds to '0.39.0', which limits you from using any newer version of flow-bin. Required version is changed to allow all newer version up to 1.0
@charliedowler Any thoughts about ^^^?