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

feat: allow initial cwd is a sub path of package #15

Closed bluelovers closed 5 years ago

eventualbuddha commented 5 years ago

Thanks! I didn't intend to close this, but to rebase it onto the current master which fixes CI. Even so, your changes add dependencies that require node v6 or higher. This library intends to work with node v4, at least until its dependents no longer support node v4. You can use pkg-dir@2.0.0 instead, perhaps.