From 2a21be7e6db6401858d1400334b08dfeb972cda4 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 9 Dec 2019 12:45:21 +0100 Subject: [PATCH] Update engines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b247252..5496b64 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "url": "https://github.com/material-theme/vsc-material-theme/issues" }, "engines": { - "node": ">=11", - "vscode": ">=1.36.0" + "node": "<=10", + "vscode": ">=1.39.0" }, "scripts": { "build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui",