mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
debt - update extensions node dependency to 8.x
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
"version": "0.0.1",
|
||||
"publisher": "vscode",
|
||||
"enableProposedApi": true,
|
||||
"private": true,
|
||||
"main": "horse",
|
||||
"activationEvents": [
|
||||
],
|
||||
"private": true,
|
||||
"main": "horse",
|
||||
"activationEvents": [],
|
||||
"engines": {
|
||||
"vscode": "1.25.0"
|
||||
},
|
||||
@@ -50,7 +49,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "2.2.43",
|
||||
"@types/node": "7.0.43",
|
||||
"@types/node": "^8.10.25",
|
||||
"mocha-junit-reporter": "^1.17.0",
|
||||
"mocha-multi-reporters": "^1.1.7",
|
||||
"typescript": "^1.6.2",
|
||||
|
||||
Reference in New Issue
Block a user