Skip to content

Commit d561c10

Browse files
committed
chore
1 parent 51d131d commit d561c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ interface _Vault {
3232
export interface Metadata {
3333
name: string;
3434
tags: string[];
35-
preview: string;
35+
preview?: string;
3636
version: string;
3737
authors: string[];
3838
description: string;
39-
readme: string;
39+
readme?: string;
4040
entries: {
4141
js?: string;
4242
css?: string;

0 commit comments

Comments
 (0)