mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix lint error
Original commit: elastic/kibana-plugin-helpers@06af5c3dd4
This commit is contained in:
parent
9eff54d1e0
commit
483d5750c8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = function (plugin) {
|
|||
|
||||
if (deps.length === 1) {
|
||||
files.push(`node_modules/${ deps[0] }/**/*`);
|
||||
} else if(deps.length) {
|
||||
} else if (deps.length) {
|
||||
files.push(`node_modules/{${ deps.join(',') }}/**/*`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue