You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "dependency type" refers to the path/location/nested property of package.json files where dependencies can be found.
5
4
6
5
- When set, only dependencies present in the named locations will be assigned to this group.
7
6
- If omitted, the default behaviour is to match dependencies everywhere they are found.
8
7
- Negated types are also supported, so a value of `["!dev", "!prod"]` would assign everything **except**`dependencies` and `devDependencies` to this group.
9
8
10
-
#### Default values
9
+
See the [Dependency Types](REF_DEPENDENCY_TYPES) guide for the list of possible values.
- When set, only dependencies whose version specifier matches the named formats will be assigned to this group.
1
+
- When set, only dependencies whose version specifier matches the given [specifier types](REF_SPECIFIER_TYPES) will be assigned to this group.
4
2
- If omitted, the default behaviour is to match all dependencies.
5
3
- Negated types are also supported, so a value of `["!latest", "!file"]` would assign everything **except** specifiers of the format `*` and `file:path/to/package.tgz` to this group.
0 commit comments