Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
build: use @types/vscode instead of vscode package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed May 2, 2020
1 parent fffce67 commit 4647ed9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 296 deletions.
299 changes: 6 additions & 293 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
"@types/mocha": "^7.0.2",
"@types/node": "^8.0.31",
"@types/proxyquire": "^1.3.28",
"@types/vscode": "1.36.0",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
"tslint": "^6.1.2",
"tslint-config-xo": "^2.0.0",
"typescript": "^2.5.3",
"vscode": "^1.1.37"
"typescript": "^2.5.3"
},
"dependencies": {
"config-profiler": "2.0.3",
Expand All @@ -110,7 +110,6 @@
"tslib": "1.11.1"
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"clean": "rimraf out",
"lint": "tslint src/**/*.ts -p .",
"compile": "tsc",
Expand Down

0 comments on commit 4647ed9

Please sign in to comment.