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 d20a1a0 commit e0cf576Copy full SHA for e0cf576
1 file changed
package.json
@@ -4,6 +4,7 @@
4
"description": "Convert arbitary javascript to simple XML. Developed for ApiAxle.",
5
"version": "1.0.5",
6
"main": "./lib/js2xml",
7
+ "license": "MIT",
8
"repository": {
9
"url": "https://github.com/philjackson/js2xml"
10
},
@@ -29,9 +30,9 @@
29
30
"node": ">0.8"
31
32
"dependencies": {
- "libxmljs": "~0.18.0"
33
+ "libxmljs": "0.18.4"
34
35
"devDependencies": {
- "coffee-script": "~1"
36
+ "coffee-script": "1"
37
}
38
0 commit comments