Skip to content

Commit

Permalink
allow extension to be updatable for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 committed Jun 20, 2021
1 parent 3dd925d commit 783c636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 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 @@ -10,7 +10,7 @@
},
"icon": "rocket.png",
"engines": {
"vscode": "^1.57.0"
"vscode": "^1.50.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -468,7 +468,6 @@
"@types/semver": "^7.3.4",
"@types/unzipper": "^0.10.3",
"@types/uuid": "^8.3.0",
"@types/vscode": "^1.57.0",
"@types/vscode-notebook-renderer": "1.57.9",
"@types/whatwg-url": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
Expand All @@ -491,6 +490,7 @@
"dependencies": {
"axios": "^0.21.1",
"curl-to-har": "^1.0.1",
"@types/vscode": "^1.57.0",
"dateformat": "^4.5.1",
"httpsnippet": "^1.25.0",
"json-stringify-safe": "^5.0.1",
Expand Down

0 comments on commit 783c636

Please sign in to comment.