Skip to content

Commit

Permalink
fix: add frequency and frequencyUnit to warn-if-update (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Oct 16, 2023
1 parent c2b9771 commit 3567c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export namespace PJSON {
message: string
registry: string
timeoutInDays: number
frequency: number
frequencyUnit: 'days' | 'hours' | 'minutes' | 'seconds' | 'milliseconds'
}
}
}
Expand Down

0 comments on commit 3567c74

Please sign in to comment.