Created
March 5, 2019 16:18
-
-
Save niktekusho/b4f229c24db26512f02b552401053a7c to your computer and use it in GitHub Desktop.
My npm init configuration which I apply using local-npm-config.
This file contains 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
{ | |
"author": { | |
"name": "Nicola Dal Maso", | |
"email": "[email protected]", | |
"url": "https://github.com/niktekusho" | |
}, | |
"license": "MIT", | |
"version": "0.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment