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