Skip to content

Instantly share code, notes, and snippets.

@chandlerprall
Created October 19, 2016 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chandlerprall/5c5e83df5e1e2281289366c8b01ea21e to your computer and use it in GitHub Desktop.
Save chandlerprall/5c5e83df5e1e2281289366c8b01ea21e to your computer and use it in GitHub Desktop.
{
"name": "pkg-a",
"version": "1.0.0"
}
{
"name": "pkg-b",
"version": "1.0.0",
"dependencies": {
"pkg-a": "file:../pkg-a"
}
}
{
"name": "pkg-c",
"version": "1.0.0",
"dependencies": {
"pkg-b": "file:../../pkg-b"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment