Update engines
This commit is contained in:
parent
89b06d1a76
commit
2a21be7e6d
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue