Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 93eed5d

Browse files
committed
upgrades node-expat and fixes #10
1 parent 8746af1 commit 93eed5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ "name" : "xml2json",
2-
"version": "0.2.3",
2+
"version": "0.2.4",
33
"author": "Andrew Turley",
44
"email": "aturley@buglabs.net",
55
"description" : "Converts xml to json and viceverza, using node-expat.",
66
"repository": "git://github.com/buglabs/node-xml2json.git",
77
"main": "index",
88
"contributors":[ {"name": "Camilo Aguilar", "email": "camilo@buglabs.net"}],
99
"dependencies": {
10-
"node-expat": "1.4.0"
10+
"node-expat": "1.4.1"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)