Skip to content

Commit bfc2fc9

Browse files
reverted @types/vscode back to v1.42.0 for min required vscode v.
to match engines entry in package.json
1 parent 99162e1 commit bfc2fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"@types/node": "^13.9.1",
227227
"@types/superagent": "^4.1.7",
228228
"@types/topojson-client": "3.0.0",
229-
"@types/vscode": "^1.43.0",
229+
"@types/vscode": "^1.42.0",
230230
"@types/xmldom": "0.1.29",
231231
"glob": "^7.1.6",
232232
"mocha": "^7.1.0",

0 commit comments

Comments
 (0)