square / find-yarn-workspace-root

Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
Apache License 2.0
49 stars 8 forks source link

Update micromatch to v4 (requires Node >= 8.6) #28

Closed bmish closed 4 years ago

bmish commented 4 years ago

This is a breaking change in that it requires Node >= 8.6.

Significantly reduces the size of our installed package.

https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md#400---2019-03-20

Originally submitted in #25.