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 npm to 2.6.0 #904

Closed
wants to merge 3 commits into from
Closed

deps: upgrade npm to 2.6.0 #904

wants to merge 3 commits into from

Commits on Feb 20, 2015

  1. deps: upgrade npm to 2.6.0

    othiym23 committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    bbd508f View commit details
    Browse the repository at this point in the history
  2. deps: make node-gyp fetch tarballs from iojs.org

    Apply a small patch that makes node-gyp fetch the tarballs from
    https://iojs.org/ instead of http://nodejs.org/
    
    A patch better suited for inclusion upstream will be put together
    shortly.
    
    PR-URL: nodejs#343
    Reviewed-By: Rod Vagg <[email protected]>
    bnoordhuis authored and othiym23 committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    4c2d183 View commit details
    Browse the repository at this point in the history
  3. deps: make node-gyp work again on windows

    * Fetch from the correct url.
    * Link compiled addons with iojs.lib instead of node.lib.
    * Disable checksum checks for iojs.lib until our website supports
      them.
    
    PR: nodejs#422
    Reviewed-by: Ben Noordhuis <[email protected]>
    Reviewed-by: Rod Vagg <[email protected]>
    piscisaureus authored and othiym23 committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    a652e32 View commit details
    Browse the repository at this point in the history