Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mklement0/n-install
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: mklement0/n-install
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 14, 2016

  1. Allow lts alias for automated installation

    n now supports the `lts` alias, see:
    tj/n#322
    
    `curl -L http://git.io/n-install | bash -s -- -y lts` fails
    because it is not in `n-install` whitelist, this commits adds it.
    stefanmaric committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    9eac06e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from stefanmaric/lts-support

    Allow 'lts' alias for automated installation of LTS (Long Term Support) Node.js versions.
    mklement0 committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    1edeb1a View commit details
    Browse the repository at this point in the history
  3. v0.3.0

      * [enhancement] Support for `n`'s symbolic `lts` version specifier that installs
        the latest LTS (Long Term Support) version.
    mklement0 committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0e6df8e View commit details
    Browse the repository at this point in the history
Loading