From 63b92a202bb8b7a839fd1383d295d1dc61a13a1c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sat, 7 Apr 2018 04:47:31 -0700 Subject: [PATCH] fix: added autoupdate field --- src/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pjson.ts b/src/pjson.ts index 548b5071..01536ab0 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -18,6 +18,7 @@ export namespace PJSON { commands?: string plugins?: string[] devPlugins?: string[] + autoupdate?: 'github' | 's3' targets?: string[] s3Host?: string s3Bucket?: string