Last active
September 21, 2020 05:21
-
-
Save sarahbethfederman/68256c08f3f11b5218e66b5a1f02dd98 to your computer and use it in GitHub Desktop.
yarn-lock-101-2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"pkg-a@<VERSION_RANGE>" | |
version: version of pkg-a that we resolve to | |
dependencies: | |
pkg-b: the range that is specified in pkg-a's package.json | |
"pkg-b@<VERSION_RANGE>, pkg-b@<COMPATIBLE_VERSION_RANGE>" | |
version: the version that packages depending on pkg-b get | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment