Skip to content

Commit

Permalink
Upgrade License and format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed May 11, 2019
1 parent e12546c commit 8c358b3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 51 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
99 changes: 49 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 8c358b3

Please sign in to comment.