Add API Install Script

This commit is contained in:
Josh Johnson 2016-02-14 00:12:51 -05:00
parent 43aa20fb86
commit cdea23d1bb
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"url": "https://github.com/TrueCommerce/vscode-xml/wiki"
},
"engines": {
"vscode": "^0.10.8",
"vscode": "^0.10.7",
"node": "*"
},
"categories": [
@ -127,6 +127,7 @@
"xqlint": "^0.2.9"
},
"scripts": {
"vscode:prepublish": "tsc"
"vscode:prepublish": "tsc",
"postinstall": "node ./node_modules/vscode/bin/install"
}
}