Change description of version key

This commit is contained in:
RMidhunSuresh 2022-06-15 15:02:15 +05:30
parent d0375141f8
commit 9fbe8a4e32

View file

@ -15,7 +15,10 @@ limitations under the License.
*/ */
export type ThemeManifest = { 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; version: number;
// A user-facing string that is the name for this theme-collection. // A user-facing string that is the name for this theme-collection.
name: string; name: string;