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

Commit

Permalink
feat: add helpClass to pjson.oclif types (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Apr 14, 2020
1 parent b0c2c9e commit b40d645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pjson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export namespace PJSON {
commands?: string;
plugins?: string[];
devPlugins?: string[];
helpClass?: string;
aliases?: { [name: string]: string | null };
repositoryPrefix?: string;
update: {
Expand Down

0 comments on commit b40d645

Please sign in to comment.