ember-cli-data-export
Advanced tools
Comparing version
@@ -11,4 +11,6 @@ module.exports = { | ||
afterInstall: function(options) { | ||
return this.addBowerPackageToProject("file-saver"); | ||
return this.addBowerPackageToProject("file-saver").then(function() { | ||
return this.addBowerPackageToProject("Blob"); | ||
}); | ||
} | ||
}; |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"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
38862
0.69%128
1.59%