Skip to content

Commit cbe54de

Browse files
authored
Fix travis build fail
1 parent be576c2 commit cbe54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/prompt-library-params.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = async (opts) => {
7373
type: 'list',
7474
name: 'template',
7575
message: 'Template',
76-
choices: ['default', 'typescript','flow', 'custom'],
76+
choices: ['default', 'typescript', 'flow', 'custom'],
7777
default: opts.template
7878
},
7979
{

0 commit comments

Comments
 (0)