diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-23 23:41:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 23:41:02 +0100 |
commit | bf237c6241f53122e37341a0dda65ef9e3b51a49 (patch) | |
tree | e352b4f60887e4d009cacdef250b7e8c294ff829 /lockfile/README.md | |
parent | cd192313064bc2e9d65e3e734930cfaf15f4191b (diff) |
refactor: Move lockfile to a separate crate (#17503)
Moves the lockfile implementation to a separate crate so other projects
like Deploy can use it as well.
Diffstat (limited to 'lockfile/README.md')
-rw-r--r-- | lockfile/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lockfile/README.md b/lockfile/README.md new file mode 100644 index 000000000..54d113206 --- /dev/null +++ b/lockfile/README.md @@ -0,0 +1,3 @@ +# `deno_lockfile` + +This crate implements the lockfile format used by Deno. |