Skip to content

Commit

Permalink
Updating ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Sep 29, 2020
1 parent 5837aec commit cd9fd18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ module.exports = function() {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.16',
name: 'ember-lts-3.12',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true })
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.16.0'
'ember-source': '^3.12.0'
}
}
},
{
name: 'ember-lts-2.18',
name: 'ember-lts-3.16',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true })
},
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-source': '~2.18.0'
'ember-source': '^3.16.0'
}
}
},
Expand Down

0 comments on commit cd9fd18

Please sign in to comment.