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

Fixing removing package-lock from gitignore #4346

Merged
merged 2 commits into from Dec 29, 2021
Merged

Fixing removing package-lock from gitignore #4346

merged 2 commits into from Dec 29, 2021

Conversation

brianadams731
Copy link
Contributor

@brianadams731 brianadams731 commented Dec 21, 2021

Removed package-lock.json from .gitignore, this adheres to the guidelines provided by npm found here

Fixes #4324 Package-lock.json file should be committed

Providing a package-lock makes for a more consistent experience for both end users and developers. While it is unlikely that issues would arise from a minor bump in transitive dependencies, it is still a possibility.

@arthurfiorette
Copy link
Contributor

arthurfiorette commented Dec 28, 2021

Perhaps the maintainers are using yarn. But no matter what it is, a lock file must be included in the github repo.

@jasonsaayman jasonsaayman merged commit ccc9516 into axios:master Dec 29, 2021
mbargiel pushed a commit to mbargiel/axios that referenced this pull request Jan 27, 2022
Co-authored-by: Jay <jasonsaayman@gmail.com>
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.

Package-lock.json file should be committed
3 participants