Skip to content

Commit

Permalink
Update names of module options
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 13, 2019
1 parent ea51339 commit 86a5e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/config-initializer.js
Expand Up @@ -459,8 +459,8 @@ function promptUser() {
message: "What type of modules does your project use?",
default: "esm",
choices: [
{ name: "JavaScript modules", value: "esm" },
{ name: "CommonJS", value: "commonjs" },
{ name: "JavaScript modules (import/export)", value: "esm" },
{ name: "CommonJS (require/exports)", value: "commonjs" },
{ name: "None of these", value: "none" }
]
},
Expand Down

0 comments on commit 86a5e71

Please sign in to comment.