Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit c34b01a

Browse files
committed
fix: added base
1 parent 2d741d1 commit c34b01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export abstract class Command {
3838
static args: args.IArg[] = []
3939
// tslint:disable-next-line
4040
static _version = pjson.version
41+
static base = `${pjson.name}@${pjson.version}`
4142
static plugin: IPlugin | undefined
4243

4344
/**

0 commit comments

Comments
 (0)