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

Enhance absolute version dependency to accept "1.0.0" #39

Merged
merged 1 commit into from Jun 9, 2017

Commits on Jun 2, 2017

  1. Enhance absolute version dependency to accept "1.0.0"

    Instead of relying only on a "=" prefix, this enhanced version works by
    making sure all "non-absolute" version rangs are not used, e.g. "~", "^".
    
    From the semver Backus-Naur grammar
    (https://www.npmjs.com/package/semver) is only missing that a "x" and
    "X" can be used instead of "*".
    ChristophHaefnerSAP committed Jun 2, 2017
    Copy the full SHA
    276cc89 View commit details
    Browse the repository at this point in the history