chore: remove vscode engine

This commit is contained in:
Mattia 2020-12-14 17:34:18 +01:00
parent 66d822099b
commit 1f2b8b97df
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -28,8 +28,7 @@
"equinusocio.vsc-material-theme-icons" "equinusocio.vsc-material-theme-icons"
], ],
"engines": { "engines": {
"node": ">=12", "node": ">=12"
"vscode": "^1.51.0"
}, },
"scripts": { "scripts": {
"build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui", "build": "yarn cleanup && yarn build:ts && yarn build:generate-themes && yarn build:ui",