Created
September 5, 2016 10:18
-
-
Save gmmorris/4175e3379b0b043b6a35edda57608afe to your computer and use it in GitHub Desktop.
Set NPM defaults
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
npm config set init.author.name "Gidi Meir Morris" | |
npm config set init.author.email [email protected] | |
npm config set init.author.url http://www.gidi.io | |
npm config set init.license MIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment