Skip to content

Instantly share code, notes, and snippets.

@jondjones
Created March 11, 2020 09:18
Show Gist options
  • Save jondjones/4640ed10accbbeb96c0681ac884d33f9 to your computer and use it in GitHub Desktop.
Save jondjones/4640ed10accbbeb96c0681ac884d33f9 to your computer and use it in GitHub Desktop.
Yarn Resolutions To The Rescue - 1
{
"name": "my-package",
"dependencies": {
"packageOne":"~1.0.1",
"packageTwo":"2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment