Update engines

This commit is contained in:
Mattia Astorino 2019-12-09 12:45:21 +01:00
parent 89b06d1a76
commit 2a21be7e6d
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -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",