Skip to content

Commit 86ac987

Browse files
authored
Add a version to the metadata (#64)
1 parent c0db239 commit 86ac987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/themebuider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ const runThemeBuilder = (rawOptions) => {
129129

130130
content = JSON.stringify({
131131
baseTheme: [ options.themeName, options.colorScheme.replace('-', '.') ].join('.'),
132-
items: exportedMeta
132+
items: exportedMeta,
133+
version: result.version
133134
}, ' ', 4);
134135
}
135136

0 commit comments

Comments
 (0)