Skip to content

Commit

Permalink
Remove azdata package (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Gagnon committed Mar 19, 2021
1 parent ec1fd6d commit 61caef3
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 551 deletions.
13 changes: 6 additions & 7 deletions package.json
@@ -1,13 +1,12 @@
{
"name": "dataprotocol-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "Client implementation for sqlops studio",
"main": "lib/main",
"typings": "lib/main",
"scripts": {
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src",
"prepare": "node ./node_modules/azdata/bin/install && npm run compile",
"tslint": "tslint --project src/tsconfig.json --config tslint.json --rules-dir node_modules/tslint-microsoft-contrib"
},
"author": "Microsoft",
Expand All @@ -16,12 +15,12 @@
"vscode-languageclient": "5.2.1"
},
"devDependencies": {
"@types/azdata": "^1.26.0",
"@types/node": "^12.11.7",
"@types/vscode": "^1.48.0",
"azdata": "github:microsoft/azdata-extension-azdata",
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^6.0.0",
"typescript": "^4.1.0-dev.20200824"
"@types/vscode": "^1.51.0",
"tslint": "^6.1.3",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^4.2.0-dev.20201119"
},
"engines": {
"vscode": "*",
Expand Down
1 change: 1 addition & 0 deletions src/tsconfig.json
Expand Up @@ -7,6 +7,7 @@
"inlineSources": false,
"declaration": true,
"stripInternal": true,
"noUnusedLocals": true,
"outDir": "../lib"
}
}
1 change: 0 additions & 1 deletion tslint.json
Expand Up @@ -52,7 +52,6 @@
"no-switch-case-fall-through": false,
"no-trailing-whitespace": true,
"no-unused-expression": false,
"no-use-before-declare": true,
"no-var-keyword": true,
"no-var-requires": false,
"object-literal-sort-keys": false,
Expand Down

0 comments on commit 61caef3

Please sign in to comment.