Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e39c4 commit 815c9ecCopy full SHA for 815c9ec
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"author": "Phil Jackson <[email protected]> (http://apiaxle.com)",
3
"name": "js2xml",
4
"description": "Convert arbitary javascript to simple XML. Developed for ApiAxle.",
5
- "version": "1.0.2",
+ "version": "1.0.3",
6
"main": "./lib/js2xml",
7
"repository": {
8
"url": "https://github.com/philjackson/js2xml"
@@ -29,7 +29,7 @@
29
"node": ">0.8"
30
},
31
"dependencies": {
32
- "libxmljs": "0.13.0"
+ "libxmljs": "0.14.0"
33
34
"devDependencies": {
35
"coffee-script": "~1"
0 commit comments