sp_whoisactive and ServerReports updates for build breaks (#8431)

This commit is contained in:
Karl Burtram
2019-11-26 13:02:34 -08:00
committed by GitHub
parent a1fc621e1b
commit d1ccbf028f
5 changed files with 25 additions and 162 deletions

View File

@@ -241,7 +241,7 @@
"compile": "gulp compile",
"watch": "gulp watch",
"typings": "gulp copytypings",
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/azdata/bin/install && gulp copytypings"
"postinstall": "node ./node_modules/vscode/bin/install && gulp copytypings"
},
"dependencies": {
"fs-extra": "^5.0.0",
@@ -251,7 +251,6 @@
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"azdata": "^1.0.0",
"child-process-promise": "^2.2.1",
"del": "^3.0.0",
"gulp": "^4.0.0",