Skip to content

Commit 19894f1

Browse files
Konrad Piascikkpiascik
authored andcommitted
Remove target options from init
1 parent bec4f03 commit 19894f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

commands/init.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ const askQuestions = () => {
3434
name: 'APPTYPE',
3535
type: 'confirm',
3636
message: 'Do you want a Landscape App?'
37-
},
38-
{
39-
type: 'checkbox',
40-
name: 'BUILDTARGETS',
41-
message: 'What are your device targets?',
42-
choices: ['Magic Leap', 'iOS', 'Android']
4337
}
4438
];
4539
return inquirer.prompt(questions);

0 commit comments

Comments
 (0)