Skip to content

Commit

Permalink
fix: use @anycli/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent 82530fd commit 348d7e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ class App extends Generator {
dependencies.push(
'@anycli/config',
'@anycli/command',
'@anycli/errors',
'@anycli/plugin-help',
)
// devDependencies.push(
Expand All @@ -373,6 +374,7 @@ class App extends Generator {
devDependencies.push(
'@anycli/dev-cli',
'@anycli/config',
'@anycli/errors',
'@anycli/plugin-help',
'globby',
)
Expand All @@ -381,6 +383,7 @@ class App extends Generator {
dependencies.push(
'@anycli/config',
'@anycli/command',
'@anycli/errors',
'@anycli/plugin-help',
'globby',
)
Expand Down

0 comments on commit 348d7e8

Please sign in to comment.