[new] nvm install lts

`nvm install lts` will now install the latest lts release
This commit is contained in:
Myles Borins 2018-08-16 00:23:40 -04:00
parent e7a37f336d
commit 8f9340bc88
No known key found for this signature in database
GPG Key ID: 933B01F40B5CA946

4
nvm.sh
View File

@ -2617,6 +2617,10 @@ nvm() {
fi
case "${provided_version}" in
lts)
LTS='*'
provided_version=''
;;
'lts/*')
LTS='*'
provided_version=''