Skip to content

Commit

Permalink
chore: updates ember-try config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Aug 2, 2023
1 parent e018646 commit 7e38c46
Showing 1 changed file with 3 additions and 70 deletions.
73 changes: 3 additions & 70 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,10 @@ module.exports = {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.4',
bower: {
dependencies: {
'ember': 'components/ember#lts-2-4'
},
resolutions: {
'ember': 'lts-2-4'
}
},
npm: {
devDependencies: {
'ember-source': null
}
}
},
{
name: 'ember-lts-2.8',
bower: {
dependencies: {
'ember': 'components/ember#lts-2-8'
},
resolutions: {
'ember': 'lts-2-8'
}
},
},
{
name: 'ember-lts-2.12',
npm: {
devDependencies: {
'ember-source': '~2.12.0'
}
}
},
{
name: 'ember-lts-2.16',
name: 'ember-lts-3.12',
npm: {
devDependencies: {
'ember-source': '~2.16.0'
'ember-source': '~3.12.0'
}
}
},
Expand All @@ -60,43 +25,11 @@ module.exports = {
}
}
},
{
name: 'ember-beta',
bower: {
dependencies: {
'ember': 'components/ember#beta'
},
resolutions: {
'ember': 'beta'
}
},
npm: {
devDependencies: {
'ember-source': null
}
}
},
{
name: 'ember-canary',
bower: {
dependencies: {
'ember': 'components/ember#canary'
},
resolutions: {
'ember': 'canary'
}
},
npm: {
devDependencies: {
'ember-source': null
}
}
},
{
name: 'ember-default',
npm: {
devDependencies: {}
}
}
]
};
}

0 comments on commit 7e38c46

Please sign in to comment.