Skip to content

Commit

Permalink
fix(new): incorrect editor selection flow
Browse files Browse the repository at this point in the history
Fixes #175
  • Loading branch information
EisenbergEffect committed Jun 22, 2016
1 parent 307ee5b commit f17dc2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/commands/new/new-application.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"branches": [
{
"case": "default-esnext",
"nextActivity": 12
"nextActivity": 13
},
{
"case": "default-typescript",
Expand Down Expand Up @@ -240,7 +240,7 @@
{
"id": 10,
"type": "input-select",
"nextActivity": 12,
"nextActivity": 13,
"question": "What is your default code editor?",
"stateProperty": "editor",
"options": [
Expand Down Expand Up @@ -281,7 +281,7 @@
{
"id": 11,
"type": "state-assign",
"nextActivity": 12,
"nextActivity": 13,
"state": {
"transpiler": {
"id": "typescript",
Expand Down

0 comments on commit f17dc2c

Please sign in to comment.