findup
findup copied to clipboard
Walk up ancester's dirs up to root
Findup's dependency on colors annoys me for a small tool which doesn't greatly benefit from the colorized output. Also the colors package injects into the String.prototype, which I don't find...
The `path` modules normalises strings to the operating system (e.g. `/` is replaced by `\\` on windows). Therefore comparing paths by using string comparison is dangerous, I think this may...
Not sure if this is the correct fix, but I guess Path.join and Path.resolve should behave pretty much the same, but the later will return a normalized absolute paths and...
Related to: https://github.com/Filirom1/findup/issues/4 and https://github.com/Filirom1/findup/pull/5 Got that bug while working with gulp-rtlcss and tracked it down: https://github.com/Filirom1/findup/blob/master/index.js#L96 Demo repo: https://github.com/mgreter/bug-gulp-rtl-with-cwd
Could you please bump the package version, and then publish it?
Could you please update dependencies and make a release? Its fetching quite an old-version of [email protected]
As more and more tools have become best-practice when authoring npm modules, from `package.json` to `.*rc` to `*file.js`, the root directory of projects has become a very loud place. This...