Last active
September 21, 2020 05:22
-
-
Save sarahbethfederman/836fe1b7e50d86cf4ea3ed77dab1a4e3 to your computer and use it in GitHub Desktop.
Yarn-locks-101-1
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, aka what ends up being bundled | |
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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment