From 7535adf0f8161e4ee70e4f7cd9db698a08add167 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 29 Mar 2018 03:12:12 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 81 ++++++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index e6bb079..b2796e7 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,45 @@ { - "name": "shades-of-purple", - "displayName": "Shades of Purple", - "description": - "A professional theme with hand-picked & bold shades of purple 💜 to go along with your VS Code. A custom VS Code theme with style.", - "version": "1.0.0", - "publisher": "ahmadawais", - "engines": { - "vscode": "^1.15.0" - }, - "icon": "images/logo.png", - "repository": { - "type": "git", - "url": "https://github.com/ahmadawais/shades-of-purple-vscode" - }, - "galleryBanner": { - "color": "#1F1F41", - "theme": "dark" - }, - "categories": ["Themes"], - "keywords": ["Shades of Purple", "Shade of Purple", "Cobalt", "VSCode Power User", "coblat 3"], - "contributes": { - "themes": [ - { - "label": "Shades of Purple", - "uiTheme": "vs-dark", - "path": "./themes/shades-of-purple-color-theme.json" - } - ] - }, - "devDependencies": { - "nodemon": "^1.14.12", - "vsce": "^1.36.2" - }, - "scripts": { - "start": "nodemon --exec vsce package" - } -} + "name": "shades-of-purple", + "displayName": "Shades of Purple", + "description": "A professional theme with hand-picked & bold shades of purple 💜 to go along with your VS Code. A custom VS Code theme with style.", + "version": "1.0.1", + "publisher": "ahmadawais", + "engines": { + "vscode": "^1.15.0" + }, + "icon": "images/logo.png", + "repository": { + "type": "git", + "url": "https://github.com/ahmadawais/shades-of-purple-vscode" + }, + "galleryBanner": { + "color": "#1F1F41", + "theme": "dark" + }, + "categories": [ + "Themes" + ], + "keywords": [ + "Shades of Purple", + "Shade of Purple", + "Cobalt", + "VSCode Power User", + "coblat 3" + ], + "contributes": { + "themes": [ + { + "label": "Shades of Purple", + "uiTheme": "vs-dark", + "path": "./themes/shades-of-purple-color-theme.json" + } + ] + }, + "devDependencies": { + "nodemon": "^1.14.12", + "vsce": "^1.36.2" + }, + "scripts": { + "start": "nodemon --exec vsce package" + } +} \ No newline at end of file