UNPKG

ember-countup

Version:
14 lines (11 loc) 300 B
'use strict'; 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('countUp.js', '1.7.1'); } };