I hate node; don't force global installs

This commit is contained in:
Andrew Tomaka 2016-09-23 14:41:09 -04:00
parent 7dae07f420
commit ddecaf534a

View file

@ -50,3 +50,7 @@ function run {
done
fi
}
function npm-exec {
(PATH=$(npm bin):$PATH; eval $@;)
}