Skip to content

Commit

Permalink
Add a version to the metadata (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
babich-a authored Apr 11, 2019
1 parent c0db239 commit 86ac987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/themebuider.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ const runThemeBuilder = (rawOptions) => {

content = JSON.stringify({
baseTheme: [ options.themeName, options.colorScheme.replace('-', '.') ].join('.'),
items: exportedMeta
items: exportedMeta,
version: result.version
}, ' ', 4);
}

Expand Down

0 comments on commit 86ac987

Please sign in to comment.