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" "url": "https://github.com/material-theme/vsc-material-theme/issues"
}, },
"engines": { "engines": {
"node": ">=11", "node": "<=10",
"vscode": ">=1.36.0" "vscode": ">=1.39.0"
}, },
"scripts": { "scripts": {
"build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui", "build": "yarn cleanup && yarn build-ts && yarn build-themes && yarn build-ui",