Skip to content

Commit

Permalink
⏪ revert breaking changes
Browse files Browse the repository at this point in the history
Co-authored-by: Aurélien Mino <[email protected]>
  • Loading branch information
vivekmore and murdos authored May 22, 2020
1 parent fd18206 commit 3f94b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ module.exports = class extends BaseBlueprintGenerator {
askForModuleName: prompts.askForModuleName,
askForServerSideOpts: prompts.askForServerSideOpts,
askForOptionalItems: prompts.askForOptionalItems,
askForI18n: prompts.askForI18n,
askFori18n: prompts.askForI18n,

setSharedConfigOptions() {
this.configOptions.packageName = this.packageName;
Expand Down

0 comments on commit 3f94b95

Please sign in to comment.