Skip to content

Commit

Permalink
Merge pull request #9659 from ember-cli/update-ember-classic-scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 13, 2021
2 parents 49f89c6 + 2e344a2 commit 5513173
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blueprints/addon/files/addon-config/ember-try.js
Expand Up @@ -70,6 +70,9 @@ module.exports = async function () {
}),
},
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
ember: {
edition: 'classic',
},
Expand Down
3 changes: 3 additions & 0 deletions tests/fixtures/addon/defaults/config/ember-try.js
Expand Up @@ -69,6 +69,9 @@ module.exports = async function () {
}),
},
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
ember: {
edition: 'classic',
},
Expand Down
3 changes: 3 additions & 0 deletions tests/fixtures/addon/yarn/config/ember-try.js
Expand Up @@ -70,6 +70,9 @@ module.exports = async function () {
}),
},
npm: {
devDependencies: {
'ember-source': '~3.28.0',
},
ember: {
edition: 'classic',
},
Expand Down

0 comments on commit 5513173

Please sign in to comment.