Skip to content

Commit 767dba5

Browse files
authored
fix: update src/types.ts
changed version type to optional
1 parent d8dd828 commit 767dba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export type PackageUsage = {
1414
name: string;
1515
count: number;
1616
files?: (FileUsage | undefined)[];
17-
version: string | undefined;
17+
version?: string;
1818
};

0 commit comments

Comments
 (0)