Skip to content

Commit

Permalink
fix: move help to devPlugins for pluginsg
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 5, 2018
1 parent 59bf4f7 commit 157f1d6
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 @@ -282,7 +282,7 @@ class App extends Generator {
default:
}
if (this.type === 'plugin' && !this.pjson.anycli.devPlugins) {
this.pjson.anycli.plugins = [
this.pjson.anycli.devPlugins = [
'@anycli/plugin-help',
]
}
Expand Down

0 comments on commit 157f1d6

Please sign in to comment.