chore: re-added vscode engine

This commit is contained in:
LasaleFamine 2020-12-14 18:20:56 +01:00
parent 4faf80eaaa
commit c0b096c5f0
No known key found for this signature in database
GPG key ID: 320E8846781C1840

View file

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