This commit is contained in:
Josh Johnson 2016-02-02 15:24:17 +00:00
commit 6c473f8d18

View file

@ -2,7 +2,7 @@
"name": "xml",
"displayName": "XML Tools",
"description": "XML Formatting, XQuery, and XPath Tools for Visual Studio Code",
"version": "1.4.0",
"version": "1.5.0",
"publisher": "DotJoshJohnson",
"author": {
"name": "TrueCommerce",
@ -122,11 +122,11 @@
"gulp-shell": "^0.5.1"
},
"dependencies": {
"xmldom": "DotJoshJohnson/xmldom#2794915",
"xmldom": "^0.1.22",
"xpath": "^0.0.9",
"xqlint": "^0.2.9"
},
"scripts": {
"vscode:prepublish": "tsc"
}
}
}