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

build: remove package-lock.json #113

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

jmayclin
Copy link
Contributor

Removing package-lock.json will allow us to automatically consume patches from dependencies, since our package.json only specifies major versions. This does come with a slight cost because it makes the build less reproducible, but the reduction in maintenance burden outweighs this considering the low development velocity of this package.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Removing package-lock.json will allow us to automatically consume
patches from dependencies, since out package.json only specifies major
versions. This does come with a slight cost because it makes the build
less reproducible, but the reduction in maintenance burden outweighs
this considering the low development velocity of this package.
@jmayclin jmayclin requested a review from a team as a code owner March 15, 2023 18:46
@jmayclin jmayclin merged commit 3e33ded into awslabs:main Mar 15, 2023
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