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 09b93a4 commit 7772469Copy full SHA for 7772469
ts/addon.js
@@ -29,7 +29,7 @@ module.exports = {
29
// dependency on install.
30
if (this.project.addons.includes(this)) {
31
this.project.addons.splice(
32
- this.project.addons.indexOf(this) + 1,
+ this.project.addons.map(a => a.name).indexOf('ember-source') + 1,
33
0,
34
this.addons.find(addon => addon.name === 'ember-cli-typescript-blueprints'));
35
}
0 commit comments