Skip to content

Instantly share code, notes, and snippets.

@si0ls
Created December 10, 2018 11:48
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 si0ls/5e6af8e3ae55c802919a3f51f66e2688 to your computer and use it in GitHub Desktop.
Save si0ls/5e6af8e3ae55c802919a3f51f66e2688 to your computer and use it in GitHub Desktop.
// ./package.json
{
"name": "app",
"version": "1.0.0",
"private": true,
"dependencies": {
"test-service": "./services/test"
}
}
// ./services/test/package.json
{
"name": "test-service",
"version": "1.0.0",
"private": true,
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment