Skip to content

Commit

Permalink
fix: add macos to plugin PJSON interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 5, 2023
1 parent eec8cac commit 2919835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export namespace PJSON {
helpOptions?: HelpOptions
hooks?: {[name: string]: string | string[]}
jitPlugins?: Record<string, string>
macos?: {
identifier?: string
sign?: string
}
plugins?: string[]
repositoryPrefix?: string
schema?: number
Expand Down

0 comments on commit 2919835

Please sign in to comment.