hhff/spree-ember

View on GitHub
packages/auth/blueprints/spree-ember-auth/index.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  description: 'Adds Ember Simple Auth to the host project.',

  normalizeEntityName: function() {},

  afterInstall: function() {
    return this.addAddonToProject('ember-cli-simple-auth');
  }
};