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

deps: upgrade to npm 2.11.0 #1829

Closed
wants to merge 3 commits into from
Closed

deps: upgrade to npm 2.11.0 #1829

wants to merge 3 commits into from

Commits on May 29, 2015

  1. deps: upgrade to npm 2.11.0

    othiym23 committed May 29, 2015
    Configuration menu
    Copy the full SHA
    b77be22 View commit details
    Browse the repository at this point in the history
  2. deps: make node-gyp work with io.js

    Every npm version bump requires a few patches to be floated on
    node-gyp for io.js compatibility. These patches are found in
    03d1992,
    5de334c, and
    da730c7. This commit squashes
    them into a single commit.
    
    PR-URL: nodejs#990
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    cjihrig authored and othiym23 committed May 29, 2015
    Configuration menu
    Copy the full SHA
    7c5f5db View commit details
    Browse the repository at this point in the history
  3. win,node-gyp: enable delay-load hook by default

    The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe
    for more background.
    
    This commit is a combined squash of the following previous patches:
    ba93c58,
    3bda6cb,
    0d6d3dd.
    
    PR-URL: nodejs#1763
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    piscisaureus authored and othiym23 committed May 29, 2015
    Configuration menu
    Copy the full SHA
    4d3a01f View commit details
    Browse the repository at this point in the history