Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Exclude package-lock.json from repo#125

Merged
jasonrudolph merged 1 commit intomasterfrom
fire-package-lock
Oct 25, 2017
Merged

Exclude package-lock.json from repo#125
jasonrudolph merged 1 commit intomasterfrom
fire-package-lock

Conversation

@jasonrudolph
Copy link
Contributor

Inspired by a discussion in the #atom-maintainers channel, this PR removes package-lock.json from the repo and tells git to ignore package-lock.json.

Since apm doesn't currently use package-lock.json, it can be misleading to think that the versions specified in package-lock.json will be the versions used when the package is installed by an Atom user. By excluding package-lock.json from the repo, we avoid this potential confusion.

If apm gains the ability to use package-lock.json in the future, we should start checking in package-lock.json at that point.

Copy link
Contributor

@nathansobo nathansobo left a comment

Choose a reason for hiding this comment

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

Seems reasonable. Could make sense on libraries but for an Atom package we know it's not currently useful.

@jasonrudolph jasonrudolph merged commit 6ffb3fd into master Oct 25, 2017
@jasonrudolph jasonrudolph deleted the fire-package-lock branch October 25, 2017 14:22
@jasonrudolph jasonrudolph mentioned this pull request Jun 25, 2018
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants