diff options
Diffstat (limited to '')
-rw-r--r-- | docs/install/lockfile.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/install/lockfile.md b/docs/install/lockfile.md index c7306c1b9..f8e3001ca 100644 --- a/docs/install/lockfile.md +++ b/docs/install/lockfile.md @@ -79,12 +79,6 @@ print = "yarn" ```toml [install.lockfile] -# path to read bun.lockb from -path = "bun.lockb" - -# path to save bun.lockb to -savePath = "bun.lockb" - # whether to save the lockfile to disk save = true |