add yarn package manager to npm packages to install

This commit is contained in:
Jeffrey Paul 2016-10-19 18:01:06 -04:00
parent e6c71bf6f8
commit 7092b00739
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ source $HOME/.profile
NPM_PKGS="
coffee-script
yarn
"
for PKG in $NPM_PKGS ; do