Skip to content

Commit

Permalink
Fix dependencies for some older scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Nov 5, 2018
1 parent d15f55e commit d43a85a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = function() {
devDependencies: {
'ember-source': null,
'ember-fetch': null,
'ember-data': '~3.1.0',
},
},
},
Expand Down Expand Up @@ -71,6 +72,7 @@ module.exports = function() {
env,
npm: {
devDependencies: {
'@ember/jquery': '^0.5.2',
'ember-source': '~2.12.0',
'ember-fetch': null,
},
Expand Down

0 comments on commit d43a85a

Please sign in to comment.