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

Include prerelease versions when deprecating an entire package. #2366

Merged
merged 1 commit into from Dec 18, 2020

Commits on Dec 18, 2020

  1. Include prerelease versions when deprecating

    PR-URL: npm#2366
    Credit: @tiegz
    Close: npm#2366
    Reviewed-by: @isaacs
    
    EDIT(@isaacs): updated to make _all_ deprecation ranges include
    prereleases.  If `foo@*` would be expected to deprecate
    `foo@1.0.0-beta`, then presumably `foo@1.x` has the same expectation.
    tiegz authored and isaacs committed Dec 18, 2020
    Copy the full SHA
    44d4331 View commit details
    Browse the repository at this point in the history