Update README.md

This commit is contained in:
Jarred Sumner
2022-02-12 05:42:09 -08:00
parent d7c75937a1
commit 6b215dcbbf

View File

@@ -780,7 +780,7 @@ export interface Lockfile {
print?: "yarn";
path: string;
savePath: string;
save: bool;
save: boolean;
}
```