Skip to content

added package-lock.json#1441

Merged
mattolson merged 1 commit intomasterfrom
unknown repository
Feb 8, 2019
Merged

added package-lock.json#1441
mattolson merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Feb 7, 2019

What?

Added package-lock.json and checked to github, in order to have reproducible builds.

README.md Outdated
npm install
```

* Note: package-lock.json file was generated by Node version 8 and npm version 6.4.1. Although the app supports Node versions 6 and 8 as well as multiple versions of npm, we should always use those versions when installing the package-lock.json, unless decided to upgrade those, and in this case the readme should be upadted as well. If using a different version for node OR npm, please delete the package-lock.json file prior installing the node packages and also prior pushing to github.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • "updating package-lock.json" instead of "installing the package-lock.json"
  • "unless it is decided"
  • typo: "upadted"
  • "prior to installing node packages" instead of "prior installing the node packages"
  • "prior to pushing to github"

README.md Outdated

* Note: package-lock.json file was generated by Node version 8 and npm version 6.4.1. Although the app supports Node versions 6 and 8 as well as multiple versions of npm, we should always use those versions when installing the package-lock.json, unless decided to upgrade those, and in this case the readme should be upadted as well. If using a different version for node OR npm, please delete the package-lock.json file prior installing the node packages and also prior pushing to github.

If updating or adding a dependency, please double check that you are working on Node version 8 and npm version 6.4.1 and run ```npm update <package_name>``` or ```npm install <package_name>``` (avoid running npm install for updating a package). After updating the package, please make sure that the changes in the package-lock.json reflecting only the updated/new package prior pushing the changes to github.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • "reflect only" instead of "reflecting only"
  • "prior to pushing the changes"

@mattolson mattolson merged commit e77e420 into bigcommerce:master Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant