mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[bdTheme] Add @author meta support
This commit is contained in:
parent
9202de7aa7
commit
6bad0a728a
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue