feat(core): Added retrieval class for Gitea based assets.
This commit is contained in:
@ -6,4 +6,8 @@ export interface ITsPublishJson {
|
||||
name: string;
|
||||
dependencies: string[];
|
||||
registries: string[];
|
||||
/**
|
||||
* allows the sepcification of bin names that invoke cli scripts
|
||||
*/
|
||||
bin: string[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user