Skip to content

Commit

Permalink
fix: add missing {
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jan 14, 2019
1 parent 831af2d commit 77e2ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function() {
name: 'ember-lts-2.12',
npm: {
devDependencies: {
'ember-data': '~2.12.0',
'ember-data': '~2.12.0',
'ember-source': '~2.12.0'
}
}
Expand All @@ -24,11 +24,12 @@ module.exports = function() {
name: 'ember-lts-2.16',
npm: {
devDependencies: {
'ember-data': '~2.16.0',
'ember-data': '~2.16.0',
'ember-source': '~2.16.0'
}
}
},
{
name: 'ember-lts-2.18',
env: {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true })
Expand Down

0 comments on commit 77e2ac0

Please sign in to comment.