Skip to content

Commit

Permalink
Removed moved XML management to 'xml-js' npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 14, 2017
1 parent 12d90e7 commit 0aea380
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@
"description": "WebDAV Server",
"dependencies": {
"mime-types": "^2.1.15",
"xmlbuilder": "^9.0.0"
"xml-js": "^1.2.2"
},
"devDependencies": {
"@types/mime-types": "^2.1.0",
"@types/node": "^7.0.18",
"@types/xmlbuilder": "0.0.30",
"@types/xml-js": "^1.0.0",
"request": "^2.81.0",
"webdav-fs": "^1.0.0",
"xml2js": "^0.4.17"
"webdav-fs": "^1.0.0"
}
}

0 comments on commit 0aea380

Please sign in to comment.