Update to Latest API

This commit is contained in:
Josh Johnson 2016-02-13 23:47:53 -05:00
parent 317aef14f8
commit 43aa20fb86

View File

@ -22,7 +22,7 @@
"url": "https://github.com/TrueCommerce/vscode-xml/wiki" "url": "https://github.com/TrueCommerce/vscode-xml/wiki"
}, },
"engines": { "engines": {
"vscode": "^0.10.6", "vscode": "^0.10.8",
"node": "*" "node": "*"
}, },
"categories": [ "categories": [
@ -116,7 +116,7 @@
"onCommand:xmlTools.executeXQuery" "onCommand:xmlTools.executeXQuery"
], ],
"devDependencies": { "devDependencies": {
"vscode": "^0.10.7", "vscode": "^0.11.x",
"typescript": "^1.6.2", "typescript": "^1.6.2",
"gulp": "^3.9.0", "gulp": "^3.9.0",
"gulp-shell": "^0.5.1" "gulp-shell": "^0.5.1"