Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 815c9ec

Browse files
committed
[Fixes #7] Update libxml dep.
1 parent d3e39c4 commit 815c9ec

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
@@ -2,7 +2,7 @@
22
"author": "Phil Jackson <[email protected]> (http://apiaxle.com)",
33
"name": "js2xml",
44
"description": "Convert arbitary javascript to simple XML. Developed for ApiAxle.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"main": "./lib/js2xml",
77
"repository": {
88
"url": "https://github.com/philjackson/js2xml"
@@ -29,7 +29,7 @@
2929
"node": ">0.8"
3030
},
3131
"dependencies": {
32-
"libxmljs": "0.13.0"
32+
"libxmljs": "0.14.0"
3333
},
3434
"devDependencies": {
3535
"coffee-script": "~1"

0 commit comments

Comments
 (0)