Skip to content

Commit

Permalink
chore: fix bump to vscode 1.53 engine
Browse files Browse the repository at this point in the history
  • Loading branch information
spmeesseman committed Feb 8, 2021
1 parent de6ffe2 commit eb8976e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/spmeesseman/vscode-taskexplorer.git"
},
"engines": {
"vscode": "^1.53.0"
"vscode": "^1.50.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -110,7 +110,7 @@
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.41",
"@types/semver": "^7.3.4",
"@types/vscode": "^1.53.0",
"@types/vscode": "^1.50.0",
"@types/xml2js": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/eslint-plugin-tslint": "^4.14.2",
Expand Down

0 comments on commit eb8976e

Please sign in to comment.