Skip to content

Commit

Permalink
Change try-canary to use experimental fork
Browse files Browse the repository at this point in the history
See here for some background:
emberjs/ember.js#13846
  • Loading branch information
backspace committed Jul 20, 2016
1 parent b7c5c2a commit b4fc372
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ module.exports = {
{
name: "canary",
dependencies: {
"ember": "canary"
"ember": "backspace/ember#guard-emberView"
},
resolutions: {
"ember": "guard-emberView"
}
}
]
Expand Down

0 comments on commit b4fc372

Please sign in to comment.