Skip to content

Commit

Permalink
Update ember-try config to test against alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 19, 2016
1 parent 4033307 commit 1daba12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ module.exports = {
'ember': 'canary'
}
}
},
{
name: 'ember-alpha',
bower: {
dependencies: {
'ember': 'alpha'
},
resolutions: {
'ember': 'alpha'
}
}
}
]
};

0 comments on commit 1daba12

Please sign in to comment.