diff options
| author | 2022-02-12 05:41:45 -0800 | |
|---|---|---|
| committer | 2022-02-12 05:41:45 -0800 | |
| commit | d7c75937a1c1eece05db289f766ec8c93df01bfc (patch) | |
| tree | d3437091cef9a988f895b53541571bdaed5e7d5f /README.md | |
| parent | 272f1dea33b9f55db513b86770a26323ca61094d (diff) | |
| download | bun-d7c75937a1c1eece05db289f766ec8c93df01bfc.tar.gz bun-d7c75937a1c1eece05db289f766ec8c93df01bfc.tar.zst bun-d7c75937a1c1eece05db289f766ec8c93df01bfc.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -777,7 +777,7 @@ export interface Cache { } export interface Lockfile { - print: "yarn"; + print?: "yarn"; path: string; savePath: string; save: bool; |
