From 8c358b35bf5af376f975e87c9451a54f211c0bb1 Mon Sep 17 00:00:00 2001 From: surmon-china Date: Sat, 11 May 2019 18:14:47 +0800 Subject: [PATCH] Upgrade License and format package.json --- LICENSE | 2 +- package.json | 99 ++++++++++++++++++++++++++-------------------------- 2 files changed, 50 insertions(+), 51 deletions(-) diff --git a/LICENSE b/LICENSE index f79f63e..7f5d5d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Surmon +Copyright (c) 2019 Surmon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index e2e07c5..9a41965 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,50 @@ { - "name": "theme-better-itg-flat-dark", - "displayName": "Better itg flat dark theme", - "description": "Better itg.flat.dark theme for vscode. Base on Sublime Text", - "publisher": "surmon", - "version": "0.2.3", - "logo": "https://raw.githubusercontent.com/surmon-china/better-itg-flat-dark-vscode-theme/master/logo.png", - "galleryBanner": { - "color": "#222222", - "theme": "dark" - }, - "engines": { - "vscode": "^1.12.0" - }, - "categories": [ - "Themes" - ], - "contributes": { - "themes": [ - { - "label": "itg flat dark blue", - "uiTheme": "vs-dark", - "path": "./themes/better.itg.flat.dark.blue.json" - }, - { - "label": "itg flat dark gold", - "uiTheme": "vs-dark", - "path": "./themes/better.itg.flat.dark.gold.json" - } - ] - }, - "devDependencies": { - "vscode": "^1.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme" - }, - "homepage": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme", - "bugs": { - "url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme/issues" - }, - "keywords": [ - "itg", - "itg.dark", - "itg.flat", - "itg flat dark", - "itg dark sublime" - ], - "license": "MIT" -} + "name": "theme-better-itg-flat-dark", + "displayName": "Better itg flat dark theme", + "description": "Better itg.flat.dark theme for vscode. Base on Sublime Text", + "publisher": "surmon", + "version": "0.2.3", + "license": "MIT", + "logo": "https://raw.githubusercontent.com/surmon-china/better-itg-flat-dark-vscode-theme/master/logo.png", + "galleryBanner": { + "color": "#222222", + "theme": "dark" + }, + "engines": { + "vscode": "^1.12.0" + }, + "categories": [ + "Themes" + ], + "contributes": { + "themes": [{ + "label": "itg flat dark blue", + "uiTheme": "vs-dark", + "path": "./themes/better.itg.flat.dark.blue.json" + }, + { + "label": "itg flat dark gold", + "uiTheme": "vs-dark", + "path": "./themes/better.itg.flat.dark.gold.json" + } + ] + }, + "devDependencies": { + "vscode": "^1.0.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme" + }, + "homepage": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme", + "bugs": { + "url": "https://github.com/surmon-china/better-itg-flat-dark-vscode-theme/issues" + }, + "keywords": [ + "itg", + "itg.dark", + "itg.flat", + "itg flat dark", + "itg dark sublime" + ] +} \ No newline at end of file