Change description of version key

This commit is contained in:
RMidhunSuresh 2022-06-15 15:02:15 +05:30
parent d0375141f8
commit 9fbe8a4e32
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ limitations under the License.
*/
export type ThemeManifest = {
// Version number of theme; must be incremented on each change!
/**
* Version number of the theme manifest.
* This must be incremented when backwards incompatible changes are introduced.
*/
version: number;
// A user-facing string that is the name for this theme-collection.
name: string;