/* eslint-env node */ 'use strict'; module.exports = { name: 'ember-cli-dunlop', included: function(/* app */) { this._super.included.apply(this, arguments); } };