elwayman02/ember-cli-hoverintent

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

Summary

Maintainability
A
0 mins
Test Coverage
/*jshint node:true*/
module.exports = {
  normalizeEntityName: function () {
    // this prevents an error when the entityName is not specified (since that doesn't actually matter to us)
  },

  afterInstall: function () {
    return this.addBowerPackageToProject('hoverintentjs', '^1.0.1');
  }
};