mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 21:07:18 +00:00

We will be generating shrinkwrap files in every release for the following purposes: - Be able to run an `npm install` containing the exact package versions used at the time of publishing. - Auto-generate dependency updates CHANGELOG entries by comparing shrinkwrap files between versions. See: https://docs.npmjs.com/cli/shrinkwrap Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>