Skip to content

Commit

Permalink
doc(cli): point to picomatch instead of node-glob
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 1, 2023
1 parent 17c7e1c commit 1af5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli.md
Expand Up @@ -79,7 +79,7 @@ depcruise --output-type dot src test lib index.ts

#### passing globs as parameters

dependency-cruiser uses [node-glob](https://github.com/isaacs/node-glob) to
dependency-cruiser uses [picomatch](https://github.com/micromatch/picomatch) to
make sure globs work the same across platforms. It cannot prevent the
environment from expanding globs before it can process it, however.

Expand Down

0 comments on commit 1af5706

Please sign in to comment.