Skip to content

Commit

Permalink
feat(bundlers): added a question name for the choice of bundler to be…
Browse files Browse the repository at this point in the history
… used for package projects
  • Loading branch information
travi committed May 17, 2022
1 parent f7f92f9 commit c9a35ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompts/question-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const questionNames = {
UNIT_TEST_FRAMEWORK: 'unitTestFramework',
NODE_VERSION_CATEGORY: 'nodeVersionCategory',
PACKAGE_MANAGER: 'packageManager',
PACKAGE_BUNDLER: 'packageBundler',
PROJECT_TYPE: 'projectType',
PROJECT_TYPE_CHOICE: 'projectTypeChoice',
SHOULD_BE_SCOPED: 'shouldBeScoped',
Expand Down

0 comments on commit c9a35ee

Please sign in to comment.