Skip to content

Commit 44ce29c

Browse files
committed
empty scope message
1 parent 7550c6e commit 44ce29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/prompts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = async function prompt (opts = {}, options = {}) {
1919
when: !options.name
2020
}, {
2121
name: 'scope',
22-
message: 'Package scope:',
23-
default: opts.scope || '',
22+
message: 'Package scope (leave empty for none):',
23+
default: opts.scope,
2424
when: typeof options.scope === 'undefined' && opts.scope !== false
2525
}, {
2626
name: 'version',

0 commit comments

Comments
 (0)