dependencies: Upgrade yarn to 1.16.0.

This commit is contained in:
Thomas Ip 2019-06-01 15:15:20 +08:00 committed by Tim Abbott
parent 30da8bdf9b
commit 9a84a60029
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ "$TRAVIS" ] ; then
fi fi
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json" YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
node_version=8.11.1 node_version=8.11.1
yarn_version=1.15.2 yarn_version=1.16.0
# This is a fix for the fact that nvm uses $HOME to determine which # This is a fix for the fact that nvm uses $HOME to determine which
# user account's home directory to ~/.config to. Ideally, we'd have a # user account's home directory to ~/.config to. Ideally, we'd have a