diff --git a/lib/index.js b/lib/index.js index f8b5c331..cd90dbc5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -19,6 +19,7 @@ class Embark { this.config.loadConfigFiles(options); this.plugins = this.config.plugins; } + } module.exports = Embark;