Skip to content

Commit

Permalink
fix #76
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Feb 15, 2018
1 parent 299faeb commit cf74902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brew/global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ if [ "$OS" = "OSX" ]; then
install_checked "findutils" "brew ls --versions findutils" "brew install findutils"
fi

# Yarn
install_checked "yarn" "brew ls --versions yarn" "brew install yarn"

# ############################################################################ #
# ### Update
# ############################################################################ #
Expand Down

0 comments on commit cf74902

Please sign in to comment.