Skip to content

Commit

Permalink
chore: use autocomplete prompt for scopes
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
tunnckoCore committed Oct 28, 2019
1 parent dbf1b1c commit 80dcb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function run() {
},
{
message: 'What is the scope?',
type: 'select',
type: 'autocomplete',
name: 'scope',
choices: ['@tunnckocore', '@hela'],
onSubmit,
Expand Down

0 comments on commit 80dcb16

Please sign in to comment.