Skip to content

Commit 421548e

Browse files
author
Kinga Iakab
committed
remove inexistent templates
1 parent cd8e72f commit 421548e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/init.js

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ async function getStackName() {
1212
choices: [
1313
{ value: 'wordpress', name: 'Wordpress' },
1414
{ value: 'laravel', name: 'Laravel' },
15-
{ value: 'rails', name: 'Ruby on Rails' },
16-
{ value: 'django', name: 'Django' },
1715
],
1816
});
1917
return answers.stack;

0 commit comments

Comments
 (0)