lifeart/ember-cli-push

View on GitHub
blueprints/ember-cli-push/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*jshint node:true*/
module.exports = {
  // locals: function(options) {
  //   // Return custom template variables here.
  //   return {
  //     foo: options.entity.options.foo
  //   };
  // }
  normalizeEntityName: function() {}, // no-op since we're just adding dependencies

  afterInstall: function(options) {
     return this.addBowerPackageToProject('push.js');
  }
};