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

Commit 015c5e2

Browse files
committed
Upgrades node-expat and bumps version
1 parent 3461641 commit 015c5e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{ "name" : "xml2json",
2-
"version": "0.5.1",
2+
"version": "0.6.0",
33
"author": "Andrew Turley",
44
"email": "aturley@buglabs.net",
5-
"description" : "Converts xml to json and viceverza, using node-expat.",
6-
"repository": "git://github.com/buglabs/node-xml2json.git",
7-
"main": "index",
8-
"contributors":[
5+
"description" : "Converts xml to json and vice-versa, using node-expat.",
6+
"repository": "git://github.com/buglabs/node-xml2json.git",
7+
"main": "index",
8+
"contributors":[
99
{"name": "Camilo Aguilar", "email": "camilo.aguilar@gmail.com"}
1010
],
1111
"dependencies": {
12-
"node-expat": "^2.3.0"
12+
"node-expat": "^2.3.6"
1313
},
1414
"bin": {
1515
"xml2json": "bin/xml2json"

0 commit comments

Comments
 (0)