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

Upgrade semver dependency. #1107

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Upgrade semver dependency. #1107

merged 1 commit into from
Feb 15, 2017

Commits on Feb 15, 2017

  1. Upgrade semver dependency.

    Should fix reports of "TypeError: Cannot read property 'length' of
    undefined" runtime exceptions where node-gyp uses a buggy version
    of semver due to our overly broad accepted version range.
    
    npm updated to semver@5.3.0 recently so we can too now and still
    share the module with npm, keeping the download small.
    
    Fixes: #1094
    PR-URL: #1107
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    bnoordhuis committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    93d7fa8 View commit details
    Browse the repository at this point in the history