[bdTheme] Add @author meta support

This commit is contained in:
Ducko 2021-02-09 19:15:04 +00:00
parent 9202de7aa7
commit 6bad0a728a
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@ export default (themePath, repo) => {
case 'version':
manifest.version = value;
break;
case 'author':
manifest.authors = [ value ];
break;
case 'authorId':
manifest.authors = [ value ];
break;