Skip to content

Commit

Permalink
Try this for ember 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Jan 19, 2016
1 parent eea909c commit 38b7048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ module.exports = {
{
name: 'ember-1.13',
dependencies: {
'ember': '1.13.12'
'ember': '1.13.12',
'ember-data': '^2.2.1'
},
resolutions: {
'ember': '1.13.12'
'ember': '1.13.12',
'ember-data': '^2.2.1'
}
},
{
Expand Down

0 comments on commit 38b7048

Please sign in to comment.