From a64181857681f3a908ebdcd748897c87315db5bd Mon Sep 17 00:00:00 2001 From: Albert-Jan Nijburg Date: Thu, 8 Dec 2016 22:24:12 +0000 Subject: [PATCH] return the promise --- blueprints/main-index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/main-index.js b/blueprints/main-index.js index 40958bf..8cac551 100644 --- a/blueprints/main-index.js +++ b/blueprints/main-index.js @@ -4,6 +4,6 @@ module.exports = { normalizeEntityName: function() { }, afterInstall: function() { - this.addAddonToProject('ember-browserify'); + return this.addAddonToProject('ember-browserify'); } };