10 lines
217 B
TypeScript
10 lines
217 B
TypeScript
/**
|
|
* autocreated commitance info file
|
|
* for: @stack.gallery/catalog
|
|
*/
|
|
export const commitinfo = {
|
|
name: '@stack.gallery/catalog',
|
|
version: '1.0.0',
|
|
description: 'UI component catalog for Stack.Gallery',
|
|
};
|