Skip to content

Commit

Permalink
update try-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Apr 14, 2019
1 parent b2bf666 commit 9d8771e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = function() {
npm: {
devDependencies: {
'@ember/jquery': '^0.5.1',
'ember-data': '~2.18.0',
'ember-source': '~2.18.0'
}
}
Expand All @@ -27,6 +28,7 @@ module.exports = function() {
name: 'ember-lts-3.4',
npm: {
devDependencies: {
'ember-data': '~3.4.0',
'ember-source': '~3.4.0'
}
}
Expand All @@ -35,6 +37,7 @@ module.exports = function() {
name: 'ember-lts-3.8',
npm: {
devDependencies: {
'ember-data': '~3.8.0',
'ember-source': '~3.8.0'
}
}
Expand Down

0 comments on commit 9d8771e

Please sign in to comment.