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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Summarize the question and quote the reply, linking back to the original comment
17
17
*[Why did dep use a different revision for package X instead of the revision in the lock file?](#why-did-dep-use-a-different-revision-for-package-x-instead-of-the-revision-in-the-lock-file)
18
18
19
19
## What is a direct or transitive dependency?
20
-
* Direct dependencies appear in at least one import statement from your project - are dependencies that are imported by your project.
20
+
* Direct dependencies are dependencies that are imported directly by your project: they appear in at least one import statement from your project.
21
21
* Transitive dependencies are the dependencies of your dependencies. Necessary to compile but are not directly used by your code.
0 commit comments