Skip to content

Commit

Permalink
fix: add errors to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent 354683d commit fd0e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ class App extends Generator {
dependencies.push(
'@anycli/command',
'@anycli/config',
'@anycli/errors',
)
devDependencies.push(
'@anycli/dev-cli',
'@anycli/errors',
'@anycli/plugin-help',
'globby',
)
Expand Down

0 comments on commit fd0e9ed

Please sign in to comment.