Skip to content

Commit

Permalink
chore: correct engine(s) typo in PartialPackageData
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent 3a71a0b commit 3a1e168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface PartialPackageData {
description?: string;
devDependencies?: Record<string, string>;
email?: string;
engine?: { node?: string };
engines?: { node?: string };
name?: string;
repository?: string | { type: string; url: string };
scripts?: Record<string, string>;
Expand Down

0 comments on commit 3a1e168

Please sign in to comment.