Skip to content

Instantly share code, notes, and snippets.

@mvcds
Created February 16, 2020 13:01
Show Gist options
  • Save mvcds/4e7e1c0e5e40100225c1e57713ec7e94 to your computer and use it in GitHub Desktop.
Save mvcds/4e7e1c0e5e40100225c1e57713ec7e94 to your computer and use it in GitHub Desktop.
Creating second layer's package.json
{
"name": "my-use-cases",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"my-domain": "0.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment