diff --git a/index.js b/index.js index ef0ab4a..90818b0 100644 --- a/index.js +++ b/index.js @@ -20,10 +20,11 @@ module.exports = function(options) { if (!res.success) { return callback(new Error('Deploy Failed.')); } + file.contents = new Buffer(JSON.stringify(res)); callback(null, file); }) .catch(function(err) { callback(err); }); }); -}; +}; \ No newline at end of file