Skip to content

Commit

Permalink
docs: include 'direct-overridden' in check licenses (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Dec 22, 2023
1 parent 466e0a2 commit 5189783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/commands/check_licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The type of dependencies to check licenses for. There are three available types:

- [`direct-dev`](https://dart.dev/tools/pub/dependencies#dev-dependencies): Another package that your package needs during development.
- [`direct-main`](https://dart.dev/tools/pub/dependencies): Another package that your package needs to work.
- [`direct-overridden`](https://dart.dev/tools/pub/dependencies#dependency-overrides): A dependency that your package overrides that is not already a `direct-main` or `direct-dev` dependency.
- [`transitive`](https://dart.dev/tools/pub/glossary#transitive-dependency): A dependency that your package indirectly uses because one of its dependencies requires it.

When unspecified, it defaults to `direct-main`.
Expand Down

0 comments on commit 5189783

Please sign in to comment.