Created
July 17, 2020 10:28
-
-
Save arkon108/a7ff256a94d7af3509eef37ced16cf57 to your computer and use it in GitHub Desktop.
Configure Node project defaults
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
npm set init.author.name "STM" | |
npm set init.author.email "[email protected]" | |
npm set init.author.url "https://mataic.com" | |
npm set init.license "MIT" | |
npm set init.version "1.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment