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 #95

Closed
arcticicestudio opened this issue Dec 8, 2017 · 0 comments
Closed

npm #95

arcticicestudio opened this issue Dec 8, 2017 · 0 comments

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Dec 8, 2017

Create a new snowblock for NPM including the .npmrc configuration file to define

  • the npm init 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 file
  • the save-exact option to always save the exact dependency versions in the package.json
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Dec 8, 2017
arcticicestudio added a commit that referenced this issue Dec 8, 2017
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 mentioned this issue Dec 8, 2017
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant