Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Fix travis build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
psyycker committed Jun 18, 2020
1 parent be576c2 commit cbe54de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompt-library-params.js
Expand Up @@ -73,7 +73,7 @@ module.exports = async (opts) => {
type: 'list',
name: 'template',
message: 'Template',
choices: ['default', 'typescript','flow', 'custom'],
choices: ['default', 'typescript', 'flow', 'custom'],
default: opts.template
},
{
Expand Down

0 comments on commit cbe54de

Please sign in to comment.