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

Commit

Permalink
fix: make tag optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 26, 2018
1 parent 0bcd3bb commit bf61f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface IPlugin {
version: string
type: string
root: string
tag: string
tag?: string
config: IConfig
module?: IPluginModule
commands: ICachedCommand[]
Expand Down

0 comments on commit bf61f99

Please sign in to comment.