Add iojs support to "install"

This commit is contained in:
Jordan Harband
2015-01-13 17:52:18 -08:00
parent dd3a3763ce
commit 952096d034
9 changed files with 226 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi