Merge tag 'v0.33.11'

v0.33.11

Fixes
 - `nvm install-latest-npm`: node v4.5 and v4.6 work on npm v5.4.1, but not v5.4.2
This commit is contained in:
Jordan Harband
2018-04-25 13:26:19 -07:00
4 changed files with 10 additions and 10 deletions

2
nvm.sh
View File

@@ -3461,7 +3461,7 @@ nvm() {
NVM_VERSION_ONLY=true NVM_LTS="${NVM_LTS-}" nvm_remote_version "${PATTERN:-node}"
;;
"--version" )
nvm_echo '0.33.10'
nvm_echo '0.33.11'
;;
"unload" )
nvm deactivate >/dev/null 2>&1