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

Commit 01c7389

Browse files
committed
Upgrade node-expat to 2.1.4
This will allow compiling xml2json on newer versions of Node, such as v0.11.x and above.
1 parent d4453f9 commit 01c7389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{"name": "Camilo Aguilar", "email": "camilo.aguilar@gmail.com"}
1010
],
1111
"dependencies": {
12-
"node-expat": "2.0.0"
12+
"node-expat": "2.1.4"
1313
},
1414
"bin": {
1515
"xml2json": "bin/xml2json"

0 commit comments

Comments
 (0)