diff --git a/index.js b/index.js index 1875401..374dca9 100644 --- a/index.js +++ b/index.js @@ -3,9 +3,5 @@ 'use strict' module.exports = { - name: 'ember-frost-ecosystem', - - included: function (app) { - this._super.included(app) - } + name: 'ember-frost-ecosystem' }