ember-cli-data-export
Advanced tools
Comparing version
@@ -10,8 +10,15 @@ module.exports = { | ||
afterInstall: function(options) { | ||
normalizeEntityName: function() { | ||
// this prevents an error when the entityName is | ||
// not specified (since that doesn't actually matter | ||
// to us | ||
}, | ||
afterInstall: function(options) { | ||
return this.addBowerPackagesToProject([ | ||
{name: "file-saver", target: '1.20150507.2'}, | ||
{name: 'js-xlsx', target: '~0.8.0'} | ||
{ name: "file-saver" }, | ||
{ name: 'js-xlsx', target: '~0.8.0'} | ||
]); | ||
} | ||
}; |
@@ -8,7 +8,6 @@ /* jshint node: true */ | ||
included: function(app) { | ||
this._super.included(app); | ||
this.app.import('vendor/Blob.js'); | ||
this.app.import(app.bowerDirectory + '/file-saver/FileSaver.js'); | ||
this.app.import(app.bowerDirectory + '/js-xlsx/dist/xlsx.js'); | ||
app.import('vendor/Blob.js'); | ||
app.import('bower_components/file-saver/FileSaver.js'); | ||
app.import('bower_components/js-xlsx/dist/xlsx.js'); | ||
} | ||
}; |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"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
56896
0.15%400
1.01%