diff --git a/src/preprocessors/bdTheme.js b/src/preprocessors/bdTheme.js index ff1ae27..58a6e3e 100644 --- a/src/preprocessors/bdTheme.js +++ b/src/preprocessors/bdTheme.js @@ -7,7 +7,9 @@ export default (themePath, repo) => { let manifest = { main: 'index.js', - tags: ['theme', 'port'] + tags: ['theme', 'port'], + + ...repo[4] }; let match;