From ac8f1c7f01a1f6a883b420a312a1e10f79501e20 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 7 Dec 2018 10:11:14 +0100 Subject: [PATCH] chore Update redme and badges --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c48fac..0311fae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@

-[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) - + +[![VSCode.pro](https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20Course%20%E2%86%92-gray.svg?colorA=444444&colorB=4F44D6&style=flat-square)](https://VSCode.pro/?utm_source=MaterialTheme "This open source project is supported by VSCode.pro") + The most epic theme meets Visual Studio Code. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues) diff --git a/package.json b/package.json index af236a6..3b3d014 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, "engines": { - "vscode": "^1.25.0" + "vscode": "^1.28.0" }, "scripts": { "build": "yarn cleanup && yarn get-remote-icons && yarn build-icons && yarn build-themes && yarn build-icons-accents && yarn build-icons-variants && yarn build-icons-variants-json && yarn build-ui",