[BDTheme] Spread fourth optional parameter for manifest

This commit is contained in:
Ducko 2021-02-06 15:15:42 +00:00
parent 2e6605c574
commit cc47ccea04
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ export default (themePath, repo) => {
let manifest = {
main: 'index.js',
tags: ['theme', 'port']
tags: ['theme', 'port'],
...repo[4]
};
let match;