UNPKG

ember-cli-easypiechart

Version:

An ember-cli addon for using jQuery.easy-pie-chart in Ember applications.

17 lines (11 loc) 374 B
'use strict'; var fs = require('fs'); var EASYPIECHART_VERSION = '2.1.6' module.exports = { description: 'Installs easy-pie-chart as a dependency', normalizeEntityName: function() {}, afterInstall: function(options) { // https://github.com/rendro/easy-pie-chart return this.addBowerPackageToProject('jquery.easy-pie-chart', EASYPIECHART_VERSION); } };