aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-12 05:40:12 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-12 05:40:12 -0800
commitb4c50d1d2894c8d9dce9a236a218b5ebb590b42a (patch)
tree077759eaf58beb7a087cdef5d3dc1083f765abb3
parent4244e74d963ed3c097ee4bd59f1831c8e13036b0 (diff)
downloadbun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.tar.gz
bun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.tar.zst
bun-b4c50d1d2894c8d9dce9a236a218b5ebb590b42a.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aacfb1e3b..105e03d22 100644
--- a/README.md
+++ b/README.md
@@ -774,7 +774,7 @@ export interface Cache {
}
export interface Lockfile {
- print: string;
+ print: "yarn";
path: string;
savePath: string;
}