Skip to content

Commit

Permalink
fix: add config to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent c50629d commit 354683d
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 @@ -370,10 +370,10 @@ class App extends Generator {
case 'plugin':
dependencies.push(
'@anycli/command',
'@anycli/config',
)
devDependencies.push(
'@anycli/dev-cli',
'@anycli/config',
'@anycli/errors',
'@anycli/plugin-help',
'globby',
Expand Down

0 comments on commit 354683d

Please sign in to comment.