Files
azuredatastudio/extensions/package.json
Anthony Dresser 1c08e64651 fix dataprotocol developement problems (#788)
* whats happening

* fix problems with compiling

* fix compile

* fix problems with building

* deleteing lib

* adding lib back to ignore

* fix more build problems
2018-02-27 11:40:57 -08:00

12 lines
228 B
JSON

{
"name": "vscode-extensions",
"version": "0.0.1",
"description": "Dependencies shared by all extensions",
"devDependencies": {
"typescript": "2.6.2"
},
"scripts": {
"postinstall": "node ./postinstall"
}
}