Last active
September 21, 2020 05:21
-
-
Save sarahbethfederman/9abca04c3caefb9813f682a2f7968f08 to your computer and use it in GitHub Desktop.
yarn-lock-101-3
This file contains hidden or 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>" | |
version: the version that packages depending on pkg-b@<VERSION-RANGE> get | |
"pkg-b@<INCOMPATIBLE_VERSION_RANGE>" | |
version: the version that packages depending on pkg-b@<INCOMPATIBLE_VERSION_RANGE> get | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment