- Feb 01, 2019
-
-
Jordan Harband authored
-
- Oct 05, 2017
-
-
Jordan Harband authored
-
- Mar 28, 2017
-
-
Weston Ganger authored
-
- Jul 03, 2016
-
-
Jordan Harband authored
-
- Sep 03, 2016
-
-
Jordan Harband authored
- cache the nvm cache on travis
-
Jordan Harband authored
- consolidate `nvm_install_merged_node_binary` with `nvm_install_node_binary` - add `nvm_get_download_slug`, `nvm_download_artifact` - `nvm uninstall` no longer removes artifacts
-
- Oct 30, 2014
-
-
Michael Klement authored
Many makefile enhancements (support for direct invocation, instructions if invoked without target, release mechanism improved), package.json scripts now invoke the makefile. - Using `npm test` and `npm run …` scripts defined in package.json now invokes the makefile and runs the test with the same shell that npm was invoked from. - The makefile can now be invoked directly - supporting utilities from locally installed npm packages are automatically discovered. - Invoking the makefile without a target errors out with a hint. - Shell-specific test targets are now named 'test-<shell>'. - Both 'test-<shell>' targets and the all-shells 'test' target now run all test suites by default. - On `make TAG=<new-version> release` there must be no uncommitted changes. '<new-version>' can now also be one of the following increment specifiers: 'patch', 'minor', 'major'. - It is ensure that <new-version>, if not an increment specifier, is a valid semver version number that is higher than the previous release's. - The previous release tag is now located with a pattern so as to exclude tags that aren't version numbers. - Switched from lightweight to annotated tags for releases.
-
- Jul 12, 2014
-
-
jsdevel authored
-
- Dec 17, 2013
-
-
Jordan Harband authored
-
Jordan Harband authored
-
- Feb 27, 2013
-
-
Artem authored
-
- Oct 11, 2012
-
-
Thomas Levine authored
fast tests alias unalias more alias tests tests document testing warn not to run while testing chmod +x deactivate specify the version (commit) of urchin installation test run tests for ls switch unsetopt to the thing creationix has rename tests urchin log adjust urchin version
-
- Jan 22, 2011
-
-
Isaac Wolkerstorfer authored
Aliases are stored as plaintext files in the $NVM_DIR/alias dir. They may store either an explicit version (v0.3.6) or an implied version ("latest"). The latter is a "moving target", and thus possibly dangerous, but can be useful, too.
-
- Apr 15, 2010
-
-
Tim Caswell authored
-