UNPKG

ember-cli-es5-shim

Version:

This Ember CLI addon imports the es5-shim for your for add/addon.

10 lines (7 loc) 173 B
'use strict'; module.exports = { normalizeEntityName: function() {}, afterInstall: function() { return this.addBowerPackageToProject('es5-shim', '^4.5.8'); } };