We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b100 commit 54f68f5Copy full SHA for 54f68f5
1 file changed
smoke-test-app/tests/dummy/config/ember-try.js
@@ -30,9 +30,6 @@ module.exports = async function () {
30
devDependencies: {
31
'ember-source': await getChannelURL('release'),
32
},
33
- overrides: {
34
- 'ember-source': '$ember-source',
35
- },
36
37
38
{
@@ -41,9 +38,6 @@ module.exports = async function () {
41
42
39
'ember-source': await getChannelURL('beta'),
43
40
44
45
46
47
48
49
@@ -52,9 +46,6 @@ module.exports = async function () {
52
53
'ember-source': await getChannelURL('canary'),
54
55
56
57
58
59
50
60
51
0 commit comments