Skip to content

Commit

Permalink
fix: add missing properties to Interfaces.PJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 31, 2023
1 parent 6111d41 commit 9b607f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export interface PJSON {
devDependencies?: {[name: string]: string};
oclif: {
schema?: number;
bin?: string;
dirname?: string;
hooks?: Record<string, string | string[]>;
};
}

Expand Down

0 comments on commit 9b607f8

Please sign in to comment.