Skip to content

Add package-lock.json to repo - #31

Merged
ddebin merged 1 commit into
ddebin:masterfrom
ivan-tkatchev:master
Aug 31, 2026
Merged

Add package-lock.json to repo#31
ddebin merged 1 commit into
ddebin:masterfrom
ivan-tkatchev:master

Conversation

@ivan-tkatchev

Copy link
Copy Markdown
Contributor

This PR adds package-lock.json to repository files.

Keeping the lock file with the source code is super important for reproducibility and automation; having a single source of truth for dependencies allows to use yaml-sort in larger infrastructure projects without significant risks.

(One example is NixOS and nixpkgs, a package-lock means dependencies can be reliably tracked and build artifacts will be properly cached.)

@ddebin
ddebin merged commit d9e6753 into ddebin:master Aug 31, 2026
3 checks passed
@ddebin

ddebin commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Thanks @ivan-tkatchev 👍🏻

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