Skip to content

Commit

Permalink
fix: add globby
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 5, 2018
1 parent 1d0992c commit bf2bfab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ class App extends Generator {
'@anycli/command',
'@anycli/plugin-help',
)
devDependencies.push(
'globby',
)
break
case 'plugin':
dependencies.push(
Expand All @@ -371,13 +374,15 @@ class App extends Generator {
'@anycli/dev-cli',
'@anycli/config',
'@anycli/plugin-help',
'globby',
)
break
case 'multi':
dependencies.push(
'@anycli/config',
'@anycli/command',
'@anycli/plugin-help',
'globby',
)
devDependencies.push(
'@anycli/dev-cli',
Expand Down

0 comments on commit bf2bfab

Please sign in to comment.