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 has been archived by the owner on Sep 9, 2020. It is now read-only.
init should have itemized feedback to provide the user information about each direct dependency’s inferred constraint (to be placed in the manifest), as well as precise version information to be placed in the lock for all dependencies.
Example:
Using ^1.0.0 as constraint for direct dep github.com/foo/bar
Locking in v1.1.4 (bc29b4f) for direct dep github.com/foo/bar
Using 1b8edb3 as hint for direct dep github.com/bar/baz
Locking in master (436f39d) for transitive dep github.com/baz/qux
init
should have itemized feedback to provide the user information about each direct dependency’s inferred constraint (to be placed in the manifest), as well as precise version information to be placed in the lock for all dependencies.Example:
More details in the spec.
The text was updated successfully, but these errors were encountered: