Add API Install Script
This commit is contained in:
parent
43aa20fb86
commit
cdea23d1bb
1 changed files with 3 additions and 2 deletions
|
@ -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.8",
|
"vscode": "^0.10.7",
|
||||||
"node": "*"
|
"node": "*"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
|
@ -127,6 +127,7 @@
|
||||||
"xqlint": "^0.2.9"
|
"xqlint": "^0.2.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "tsc"
|
"vscode:prepublish": "tsc",
|
||||||
|
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue