UNPKG

ember-snap-svg

Version:

Imports the Snap.svg shim for your Ember CLI project

13 lines (11 loc) 303 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('ember-cli-snap-svg-shim'); } };