94189a72c3
* refactor(deps): added tslint, cleanup, and activationEvents modified * refactor(lint): linting... * refactor(changelog): changelo method refactor (should be tested) * refactor(theme-icons): linting and small refactor * refactor(accents-setter): linting and small refactor * chore(travis): added travis file
7 lines
746 B
TypeScript
7 lines
746 B
TypeScript
export const HR: string = '\n———————————————————————————————————————————————————————————————\n';
|
|
export const MESSAGE_BUMP_ERROR: string = ' There was an issue bumping version:\n';
|
|
export const MESSAGE_BUMP_SUCCESS: string = ' Finished successfully\n';
|
|
export const MESSAGE_ICON_ERROR: string = 'There is an error with JSON generated for icons';
|
|
export const MESSAGE_ICON_ACCENTS_ERROR: string = 'Failed to create accents icon themes, please read the log file.';
|
|
export const MESSAGE_GENERATED: string = 'Generated';
|
|
export const MESSAGE_THEME_VARIANT_PARSE_ERROR: string = 'Error when parsing json for theme variants';
|