Skip to content

Commit

Permalink
fix ember-beta and ember-canary scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 28, 2021
1 parent e55a3ab commit 7c109e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ module.exports = async function () {
name: 'ember-beta',
npm: {
devDependencies: {
'ember-auto-import': '^2.0.0',
'ember-source': await getChannelURL('beta'),
webpack: '^5.0.0',
},
},
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-auto-import': '^2.0.0',
'ember-source': await getChannelURL('canary'),
webpack: '^5.0.0',
},
},
},
Expand Down

0 comments on commit 7c109e9

Please sign in to comment.