Created
March 21, 2019 21:39
-
-
Save pavelkeyzik/9946cac4161497d427012f35fb38aa84 to your computer and use it in GitHub Desktop.
.npmrc basic config
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
| # Ensures that dependency will be saved in package.json | |
| save=true | |
| # Save dependency with exact version | |
| save-exact=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment