diff --git a/index.js b/index.js index caaae96..63d2cc1 100644 --- a/index.js +++ b/index.js @@ -47,8 +47,6 @@ module.exports = { }, included: function(app) { - if (app.app) { app = app.app; } - this._super.included.apply(this, arguments); this.projectRoot = this._projectRoot(app.trees);