1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/lockfile
Bartek Iwańczuk c6c747873f
fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973)
We were unconditionally inserting npm specifiers into the lockfile,
marking it as "dirty" and requiring saving.
2023-02-27 16:02:19 -04:00
..
Cargo.toml chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
lib.rs fix(lockfile): don't touch lockfile is npm specifiers are identical (#17973) 2023-02-27 16:02:19 -04:00
README.md refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00

deno_lockfile

This crate implements the lockfile format used by Deno.