mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[BDTheme] Spread fourth optional parameter for manifest
This commit is contained in:
parent
2e6605c574
commit
cc47ccea04
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ export default (themePath, repo) => {
|
|||
|
||||
let manifest = {
|
||||
main: 'index.js',
|
||||
tags: ['theme', 'port']
|
||||
tags: ['theme', 'port'],
|
||||
|
||||
...repo[4]
|
||||
};
|
||||
|
||||
let match;
|
||||
|
|
Loading…
Reference in a new issue