diff options
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; |