Skip to content

Commit

Permalink
revert the vscode api requirement to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed May 20, 2020
1 parent 657e51f commit 211237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"engines": {
"node": "^8.6.0",
"npm": "^5.6.0",
"vscode": "^1.45.1"
"vscode": "^1.32.0"
},
"main": "./out/src/extension",
"extensionKind": [
Expand Down Expand Up @@ -261,7 +261,7 @@
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^8.10.61",
"@types/vscode": "^1.45.1",
"@types/vscode": "^1.32.0",
"github-releases-renderer": "github:aioutecism/github-releases-renderer",
"glob": "^7.1.6",
"mocha": "^6.2.3",
Expand Down

0 comments on commit 211237a

Please sign in to comment.