From 859499d27cc26f1fcd88eeed02c15bdfbc7a3e52 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Mon, 11 Jun 2018 18:40:24 -0700 Subject: [PATCH] fix: add aliases to pjson --- src/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pjson.ts b/src/pjson.ts index c28eb4d7..b67ef28a 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -18,6 +18,7 @@ export namespace PJSON { commands?: string plugins?: string[] devPlugins?: string[] + aliases?: { [name: string]: string | null } update: { s3: S3 autoupdate?: {