Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm #96

Merged
merged 1 commit into from
Dec 8, 2017
Merged

npm #96

merged 1 commit into from
Dec 8, 2017

Conversation

arcticicestudio
Copy link
Owner

Closes #95

Created a new snowblock for NPM (1) including the ".npmrc" configuration
file (2) to define

* the "npm init" (3) options
  * init-author-name
  * init-author-email
  * init-author-url
  * init-version
  * init-license
* the "package-lock" option with "false" to disable the generation of
  the "package-lock.json" (4) file
* the "save-exact" option to always save the exact dependency versions
  in the "package.json" (5)

References:
  (1) https://www.npmjs.com
  (2) https://docs.npmjs.com/files/npmrc
  (3) https://docs.npmjs.com/misc/config
  (4) https://docs.npmjs.com/files/package-lock.json
  (5) https://docs.npmjs.com/files/package.json

GH-95
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Dec 8, 2017
@arcticicestudio arcticicestudio merged commit a916aa1 into develop Dec 8, 2017
@arcticicestudio arcticicestudio deleted the feature/gh-95-npm branch December 8, 2017 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant