diff --git a/lib/index.js b/lib/index.js index 12f0038..a19ffcf 100644 --- a/lib/index.js +++ b/lib/index.js @@ -14,7 +14,7 @@ module.exports = { // Stop-gap measure to support another addon // consuming this addon. https://github.com/ef4/ember-browserify/issues/29 - if (typeof app.import !== 'function' && app.app) { + if (app.app) { app = app.app; }