Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect semver version for @oclif/color #92

Merged
merged 1 commit into from
Apr 15, 2020
Merged

fix: incorrect semver version for @oclif/color #92

merged 1 commit into from
Apr 15, 2020

Commits on Apr 2, 2020

  1. fix: incorrect semver version for @oclif/color

    see #86 
    `^0.0.0` will only match `0.0.0`, and will not pick up the latest @oclif/color which is at `0.1.0`, that fixes an exception.
    `0.x` will properly match all pre-release versions.
    shazron authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a7cc365 View commit details
    Browse the repository at this point in the history