Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 19, 2024
1 parent 51d131d commit d561c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ interface _Vault {
export interface Metadata {
name: string;
tags: string[];
preview: string;
preview?: string;
version: string;
authors: string[];
description: string;
readme: string;
readme?: string;
entries: {
js?: string;
css?: string;
Expand Down

0 comments on commit d561c10

Please sign in to comment.