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

Skip to content

Commit e0cf576

Browse files
committed
Fix version of libxml for now.
1 parent d20a1a0 commit e0cf576

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Convert arbitary javascript to simple XML. Developed for ApiAxle.",
55
"version": "1.0.5",
66
"main": "./lib/js2xml",
7+
"license": "MIT",
78
"repository": {
89
"url": "https://github.com/philjackson/js2xml"
910
},
@@ -29,9 +30,9 @@
2930
"node": ">0.8"
3031
},
3132
"dependencies": {
32-
"libxmljs": "~0.18.0"
33+
"libxmljs": "0.18.4"
3334
},
3435
"devDependencies": {
35-
"coffee-script": "~1"
36+
"coffee-script": "1"
3637
}
3738
}

0 commit comments

Comments
 (0)