File tree 1 file changed +10
-5
lines changed 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18,26 +18,31 @@ module.exports = {
18
18
{ name : 'Disable' , value : 'disable' } ,
19
19
{ name : 'AVA' , value : 'ava' } ,
20
20
{ name : 'Karma' , value : 'karma' }
21
- ]
21
+ ] ,
22
+ store : true
22
23
} ,
23
24
pwa : {
24
25
type : 'confirm' ,
25
26
default : true ,
26
- message : 'Add Progressive Web App (PWA) support'
27
+ message : 'Add Progressive Web App (PWA) support' ,
28
+ store : true
27
29
} ,
28
30
manifest : {
29
31
type : 'confirm' ,
30
32
default : true ,
31
33
when : 'pwa' ,
32
- message : 'Use default manifest.json and icons for PWA'
34
+ message : 'Use default manifest.json and icons for PWA' ,
35
+ store : true
33
36
} ,
34
37
username : {
35
38
message : `What's your GitHub username` ,
36
- default : ':gitUser:'
39
+ default : ':gitUser:' ,
40
+ store : true
37
41
} ,
38
42
email : {
39
43
message : `What's your GitHub email` ,
40
- default : ':gitEmail:'
44
+ default : ':gitEmail:' ,
45
+ store : true
41
46
}
42
47
} ,
43
48
move : {
You can’t perform that action at this time.
0 commit comments