Skip to content

Instantly share code, notes, and snippets.

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