diff options
author | 2022-02-12 05:40:12 -0800 | |
---|---|---|
committer | 2022-02-12 05:40:12 -0800 | |
commit | b4c50d1d2894c8d9dce9a236a218b5ebb590b42a (patch) | |
tree | 077759eaf58beb7a087cdef5d3dc1083f765abb3 | |
parent | 4244e74d963ed3c097ee4bd59f1831c8e13036b0 (diff) | |
download | bun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.tar.gz bun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.tar.zst bun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -774,7 +774,7 @@ export interface Cache { } export interface Lockfile { - print: string; + print: "yarn"; path: string; savePath: string; } |