ember-cli-data-export
Advanced tools
Comparing version
module.exports = { | ||
description: 'Installs the underlying slider component using bower', | ||
// locals: function(options) { | ||
// // Return custom template variables here. | ||
// return { | ||
// foo: options.entity.options.foo | ||
// }; | ||
// } | ||
normalizeEntityName: function() {}, // no-op since we're just adding dependencies | ||
normalizeEntityName: function() { | ||
// this prevents an error when the entityName is | ||
// not specified (since that doesn't actually matter | ||
// to us | ||
return ""; | ||
}, | ||
afterInstall: function(options) { | ||
@@ -20,0 +8,0 @@ return this.addBowerPackagesToProject([ |
@@ -8,2 +8,4 @@ /* jshint node: true */ | ||
included: function(app) { | ||
this._super.included(app); | ||
app.import('vendor/Blob.js'); | ||
@@ -10,0 +12,0 @@ app.import('bower_components/file-saver/FileSaver.js'); |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"author" : "Matt Armstrong", | ||
@@ -5,0 +5,0 @@ "description": "Provides ability to export a set of json data as excel or csv file.", |
Sorry, the diff of this file is not supported yet
56774
-0.4%392
-2.49%