ember-cli-data-export
Advanced tools
Comparing version
@@ -9,5 +9,5 @@ /* jshint node: true */ | ||
this._super.included(app); | ||
this.app.import('/vendor/Blob.js'); | ||
this.app.import('vendor/Blob.js'); | ||
this.app.import(app.bowerDirectory + '/file-saver/FileSaver.js'); | ||
} | ||
}; |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
48081
4.89%