@yarnpkg/cli-dist 3.3.1 → 4.0.0-rc.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/bin/yarn +1 -0
  2. package/bin/yarn.js +582 -577
  3. package/package.json +2 -2
package/bin/yarn CHANGED
@@ -7,6 +7,7 @@ case "$(uname -s)" in
7
7
  Linux) basedir=$(dirname "$(readlink -f "$0" || echo "$argv0")");;
8
8
  *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
9
9
  *MSYS*) basedir=`cygpath -w "$basedir"`;;
10
+ *MINGW*) basedir=`cygpath -w "$basedir"`;;
10
11
  esac
11
12
 
12
13
  command_exists() {