Skip to content

Commit 7772469

Browse files
committed
blueprints go after ember-source
1 parent 09b93a4 commit 7772469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
// dependency on install.
3030
if (this.project.addons.includes(this)) {
3131
this.project.addons.splice(
32-
this.project.addons.indexOf(this) + 1,
32+
this.project.addons.map(a => a.name).indexOf('ember-source') + 1,
3333
0,
3434
this.addons.find(addon => addon.name === 'ember-cli-typescript-blueprints'));
3535
}

0 commit comments

Comments
 (0)