Skip to content

Commit

Permalink
Fix invalid syntax with ember-classic ember-try scenario. (#8977)
Browse files Browse the repository at this point in the history
Fix invalid syntax with ember-classic ember-try scenario.
  • Loading branch information
rwjblue committed Dec 20, 2019
2 parents 85a695e + 6afe0a9 commit baa4d66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions blueprints/addon/files/addon-config/ember-try.js
Expand Up @@ -77,9 +77,11 @@ module.exports = async function() {
'default-async-observers': false,
'template-only-glimmer-components': false
})
}
ember: {
edition: 'classic'
},
npm: {
ember: {
edition: 'classic'
}
}
}
]
Expand Down
8 changes: 5 additions & 3 deletions tests/fixtures/addon/npm/config/ember-try.js
Expand Up @@ -76,9 +76,11 @@ module.exports = async function() {
'default-async-observers': false,
'template-only-glimmer-components': false
})
}
ember: {
edition: 'classic'
},
npm: {
ember: {
edition: 'classic'
}
}
}
]
Expand Down
8 changes: 5 additions & 3 deletions tests/fixtures/addon/yarn/config/ember-try.js
Expand Up @@ -77,9 +77,11 @@ module.exports = async function() {
'default-async-observers': false,
'template-only-glimmer-components': false
})
}
ember: {
edition: 'classic'
},
npm: {
ember: {
edition: 'classic'
}
}
}
]
Expand Down

0 comments on commit baa4d66

Please sign in to comment.