Skip to content

Commit c72e14e

Browse files
committed
Update required VSCode to 1.31
That's the last version that bumps the Node.js to latest LTS major version (10.2).
1 parent f32e11a commit c72e14e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"theme": "dark"
1111
},
1212
"engines": {
13-
"vscode": "^1.24.0"
13+
"vscode": "^1.31.0"
1414
},
1515
"license": "(MIT OR Apache-2.0)",
1616
"repository": {
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@types/mocha": "^2.2.43",
56-
"@types/node": "^7.0.56",
56+
"@types/node": "~10.1.0",
5757
"mocha": "^5.2.0",
5858
"tslint": "^5.7.0",
5959
"typescript": "^2.5.2",

0 commit comments

Comments
 (0)