Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 2ffd3ad

Browse files
committed
package fixes and version upgrade
1 parent 9e3a389 commit 2ffd3ad

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
## 0.0.3 - 2020-06-05
3+
- Update git repo links in package.json
4+
- Add keywords to package
5+
- Fix license key value in package.json
6+
27
## 0.0.2 - 2020-06-05
38
- Fixed colors for debug panel.
49
- Fixed white color for debug terminal.

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dark-shell",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"displayName": "Dark Shell",
55
"icon": "ds-icon.png",
66
"author": {
@@ -15,17 +15,24 @@
1515
"categories": [
1616
"Themes"
1717
],
18+
"keywords": [
19+
"Dark Theme",
20+
"Dark Mode",
21+
"Gray Color",
22+
"Gray Shaded",
23+
"OneDarkPro Based"
24+
],
1825
"extensionKind": [
1926
"ui"
2027
],
2128
"repository": {
2229
"type": "git",
23-
"url": "https://github.com/maximilionus/VSCode-Dark-Shell.git"
30+
"url": "https://github.com/maximilionus/vscode-dark-shell.git"
2431
},
2532
"bugs": {
26-
"url": "https://github.com/maximilionus/VSCode-Dark-Shell/issues"
33+
"url": "https://github.com/maximilionus/vscode-dark-shell/issues"
2734
},
28-
"license": "MIT",
35+
"license": "SEE LICENSE IN ./LICENSE",
2936
"contributes": {
3037
"themes": [
3138
{

0 commit comments

Comments
 (0)