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

chore: remove lock files #21

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

thisislawatts
Copy link
Contributor

The yarn.lock and package-lock.json files are out of sync. This means depending on the tool used by the consumer a different set of dependencies will be installed.

The lock files also result in the template pinning to a specific version of @elder/elderjs. Currently this is two minor releases behind the latest version. Is that a deliberate decision? It seems that rather than requiring manual updates to this template repo we should defer to the package manager to install the latest version specified by the package.json semver declaration.

The yarn.lock and package-lock.json files are out of sync. This means depending on the tool used by the consumer a different set of dependencies will
be installed.

The lock files also result in the template pinning to a specific
version of @elder/elderjs. Currently this is two minor releases behind the latest version. Is that a deliberate decision? It seems that rather than requiring manual updates to this template repo we should defer to the package manager to install the latest version specified by the package.json semver declaration.
@nickreese nickreese merged commit 8efd52b into Elderjs:master Oct 22, 2020
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.

2 participants