Merge branch 'develop'
This commit is contained in:
commit
cb2f0b2576
2 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "vsc-material-theme",
|
||||
"displayName": "Material Theme",
|
||||
"description": "The most epic theme now for Visual Studio Code",
|
||||
"version": "31.14.0",
|
||||
"version": "31.15.0",
|
||||
"publisher": "Equinusocio",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Mattia Astorino [@equinusocio]",
|
||||
|
@ -23,6 +23,9 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/material-theme/vsc-material-theme/issues"
|
||||
},
|
||||
"extensionPack": [
|
||||
"equinusocio.vsc-community-material-theme"
|
||||
],
|
||||
"engines": {
|
||||
"node": "<=10",
|
||||
"vscode": "^1.41.0"
|
||||
|
@ -214,7 +217,7 @@
|
|||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"@moxer/vscode-theme-generator": "1.15.0",
|
||||
"@moxer/vscode-theme-generator": "1.16.1",
|
||||
"@types/browserify": "12.0.36",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "2.12.0",
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
esutils "^2.0.2"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@moxer/vscode-theme-generator@1.15.0":
|
||||
version "1.15.0"
|
||||
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.15.0.tgz#b5debb3ed041687f6638812ef09340afe8b1336f"
|
||||
integrity sha512-c7XSj2HcicK37i3z47W+GauUzSWD00DT0H7CzxQcU4Q8Jsr/H9ZjHnqVMf2ET9+q8Iw8kUS8YohR/IXAqpkisw==
|
||||
"@moxer/vscode-theme-generator@1.16.1":
|
||||
version "1.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.16.1.tgz#b0ac185dcd58a6514a35c649517b5efa43f9e2a4"
|
||||
integrity sha512-1nX6JVxoJgDdFiIb2Edm5IKy7sMV8gVU/xF+nSCrUfQNJ5f5KumgdkpyGXUsXaIqa9MXDUyjZiXBDamKO3nsmw==
|
||||
dependencies:
|
||||
ansi-styles "^3.2.1"
|
||||
argparse "^1.0.10"
|
||||
|
|
Loading…
Reference in a new issue