Created
February 16, 2020 13:01
-
-
Save mvcds/4e7e1c0e5e40100225c1e57713ec7e94 to your computer and use it in GitHub Desktop.
Creating second layer's package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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