Skip to content

Commit

Permalink
Use @ember/jquery@0.6.0 for jQuery specific scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 25, 2019
1 parent 3bb8977 commit 633dcec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = function() {
name: 'ember-lts-2.12',
npm: {
devDependencies: {
'@ember/jquery': '^0.5.2',
'@ember/jquery': '^0.6.0',
'ember-source': '~2.12.0',
'ember-fetch': null,
},
Expand Down Expand Up @@ -160,6 +160,7 @@ module.exports = function() {
},
npm: {
devDependencies: {
'@ember/jquery': '^0.6.0',
'ember-fetch': null,
},
},
Expand Down

0 comments on commit 633dcec

Please sign in to comment.