Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace glob2base reference in readme with glob-parent
Browse files Browse the repository at this point in the history
es128 committed Nov 9, 2015
1 parent 441448b commit 48acf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ You can pass any combination of globs. One caveat is that you can not only pass
- cwd
- Default is `process.cwd()`
- base
- Default is everything before a glob starts (see [glob2base](https://github.com/wearefractal/glob2base))
- Default is everything before a glob starts (see [glob-parent](https://github.com/es128/glob-parent))
- cwdbase
- Default is `false`
- When true it is the same as saying opt.base = opt.cwd

0 comments on commit 48acf33

Please sign in to comment.