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

Commit 2e047ee

Browse files
committed
Bumps version and updates node-expath dependency to 2.0.0
1 parent d5c61f7 commit 2e047ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{ "name" : "xml2json",
2-
"version": "0.3.1",
2+
"version": "0.3.2",
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":[
9-
{"name": "Camilo Aguilar", "email": "camilo@buglabs.net"}
9+
{"name": "Camilo Aguilar", "email": "camilo.aguilar@gmail.com"}
1010
],
1111
"dependencies": {
12-
"node-expat": ">=1.4.1 <2.0.0"
12+
"node-expat": "2.0.0"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)