Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: added props for updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 7, 2018
1 parent 3cf99a7 commit 6c11c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export namespace PJSON {
commands?: string
plugins?: string[]
devPlugins?: string[]
targets?: string[]
s3Host?: string
s3Bucket?: string
s3Prefix?: string
topics?: {
[k: string]: {
description?: string
Expand Down

0 comments on commit 6c11c6f

Please sign in to comment.