We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c93cd commit 56f1c77Copy full SHA for 56f1c77
index.js
@@ -227,6 +227,7 @@ function writePackage(args = null) {
227
} else {
228
themePkg = JSON.parse(data);
229
themePkg.name = themeDirName;
230
+ themePkg.themeName = args.themeName;
231
themePkg.version = args.themeVersion;
232
themePkg.description = args.themeDescription;
233
themePkg.keywords = args.themeTags ? args.themeTags.split(',').map(function(tag) { return tag.trim(); }) : [];
0 commit comments