Skip to content

Commit f51a342

Browse files
committed
typo: change 'defaults' to 'default'
1 parent 89e0868 commit f51a342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = [
22
{
33
name: 'components',
44
type: 'checkbox',
5-
defaults: ['popup', 'background', 'icons'],
5+
default: ['popup', 'background', 'icons'],
66
message: 'Which browser extension components do you wish to generate?',
77
choices: [
88
{

0 commit comments

Comments
 (0)