Comparing version 0.3.0 to 0.3.1
@@ -29,3 +29,3 @@ module.exports = function toXml(json, xml) { | ||
xml = xml.replace(/>$/, ''); | ||
xml += ' ' + key + "='" + obj[key] + "'>"; | ||
xml += ' ' + key + '="' + obj[key] + '">'; | ||
} | ||
@@ -32,0 +32,0 @@ } |
{ "name" : "xml2json", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Andrew Turley", | ||
@@ -8,3 +8,5 @@ "email": "aturley@buglabs.net", | ||
"main": "index", | ||
"contributors":[ {"name": "Camilo Aguilar", "email": "camilo@buglabs.net"}], | ||
"contributors":[ | ||
{"name": "Camilo Aguilar", "email": "camilo@buglabs.net"} | ||
], | ||
"dependencies": { | ||
@@ -11,0 +13,0 @@ "node-expat": ">=1.4.1 <2.0.0" |
Sorry, the diff of this file is not supported yet
70572