Skip to content

Commit

Permalink
Upgrades node-expat and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Feb 20, 2015
1 parent 3461641 commit 015c5e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ "name" : "xml2json",
"version": "0.5.1",
"version": "0.6.0",
"author": "Andrew Turley",
"email": "[email protected]",
"description" : "Converts xml to json and viceverza, using node-expat.",
"repository": "git://github.com/buglabs/node-xml2json.git",
"main": "index",
"contributors":[
"description" : "Converts xml to json and vice-versa, using node-expat.",
"repository": "git://github.com/buglabs/node-xml2json.git",
"main": "index",
"contributors":[
{"name": "Camilo Aguilar", "email": "[email protected]"}
],
"dependencies": {
"node-expat": "^2.3.0"
"node-expat": "^2.3.6"
},
"bin": {
"xml2json": "bin/xml2json"
Expand Down

0 comments on commit 015c5e2

Please sign in to comment.