Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Add nvm command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 14, 2016
1 parent 6b2f04e commit 5e0886e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function processExit (code) {

function nodeSwitcher (nodeVersion) {
var binaries = {
n: [nodeVersion]
n: [nodeVersion],
nvm: ['use', nodeVersion]
}

function swicher (binary) {
Expand Down

0 comments on commit 5e0886e

Please sign in to comment.