ember-cli-data-export
Advanced tools
@@ -11,6 +11,7 @@ module.exports = { | ||
afterInstall: function(options) { | ||
return this.addBowerPackageToProject("file-saver").then(function() { | ||
return this.addBowerPackageToProject("Blob"); | ||
}); | ||
return this.addBowerPackageToProject([ | ||
{name: "file-saver"}, | ||
{name:"Blob"} | ||
]); | ||
} | ||
}; |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author" : "Matt Armstrong", | ||
@@ -47,3 +47,3 @@ "description": "Provides ability to export a set of json data as excel or csv file.", | ||
"ember-cli-babel": "^5.1.3", | ||
"ember-cli-sheetjs": "0.0.5" | ||
"ember-cli-sheetjs": "^0.0.5" | ||
}, | ||
@@ -50,0 +50,0 @@ "ember-addon": { |
Sorry, the diff of this file is not supported yet
129
0.78%31801
-15.4%