diff options
author | 2022-02-12 05:42:09 -0800 | |
---|---|---|
committer | 2022-02-12 05:42:09 -0800 | |
commit | 6b215dcbbf52806e24361d60fdaa4f57bb59383f (patch) | |
tree | 5bfb920ef1b45146f36ba22a257e190b5da7b2a5 | |
parent | d7c75937a1c1eece05db289f766ec8c93df01bfc (diff) | |
download | bun-6b215dcbbf52806e24361d60fdaa4f57bb59383f.tar.gz bun-6b215dcbbf52806e24361d60fdaa4f57bb59383f.tar.zst bun-6b215dcbbf52806e24361d60fdaa4f57bb59383f.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -780,7 +780,7 @@ export interface Lockfile { print?: "yarn"; path: string; savePath: string; - save: bool; + save: boolean; } ``` |