UNPKG

@bennerinformatics/ember-fw-gc

Version:

A set of components, controllers, routes, and helpers used in all Group-Control managed FW App System applications

12 lines (9 loc) 291 B
/* eslint-env node */ /* eslint-disable object-shorthand,no-var */ module.exports = { normalizeEntityName: function () {}, afterInstall: function () { var that = this; return that.addAddonToProject({name: 'ember-simple-auth', target: '1.1.0'}); } };