From bf61f99dcd9b7ad32e58517946cd6093e0ac597e Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 26 Jan 2018 03:56:25 -0800 Subject: [PATCH] fix: make tag optional --- src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.ts b/src/plugin.ts index b1336d08..5f718ac9 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -13,7 +13,7 @@ export interface IPlugin { version: string type: string root: string - tag: string + tag?: string config: IConfig module?: IPluginModule commands: ICachedCommand[]