mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -3,24 +3,28 @@
|
||||
"version": "0.1.0",
|
||||
"main": "./src/main.js",
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"pretest": "tsc",
|
||||
"test": "node out/main.js"
|
||||
"postinstall": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"mocha": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.41",
|
||||
"@types/node": "^6.0.70",
|
||||
"@types/webdriverio": "^4.6.1",
|
||||
"@types/electron": "~1.4.37",
|
||||
"@types/rimraf": "^0.0.28",
|
||||
"@types/htmlparser2": "^3.7.29",
|
||||
"@types/htmlparser2": "3.7.29",
|
||||
"@types/mkdirp": "0.5.1",
|
||||
"@types/mocha": "2.2.41",
|
||||
"@types/ncp": "2.0.1",
|
||||
"@types/node": "8.0.33",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@types/webdriverio": "4.6.1",
|
||||
"electron": "1.7.7",
|
||||
"htmlparser2": "^3.9.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^3.2.0",
|
||||
"spectron": "~3.6.4",
|
||||
"typescript": "^2.2.2",
|
||||
"ncp": "^2.0.0",
|
||||
"portastic": "^1.0.1",
|
||||
"rimraf": "^2.6.1",
|
||||
"commander": "^2.9.0",
|
||||
"simple-git": "^1.73.0",
|
||||
"spectron": "^3.7.2",
|
||||
"strip-json-comments": "^2.0.1",
|
||||
"htmlparser2": "^3.9.2"
|
||||
"tmp": "0.0.33",
|
||||
"typescript": "2.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user