diff --git a/index.js b/index.js index a0be297..88dfedd 100644 --- a/index.js +++ b/index.js @@ -85,7 +85,7 @@ module.exports = function (doc, styleFile) { }) return forEach(keys, '{', '}', function (key) { - return '' + key + ': ' + visit(obj[key]) + return '"' + key + '": ' + visit(obj[key]) }) }