Skip to content

Commit 28370e2

Browse files
committed
chore: bump version to 1.0.4 and extend author info
1 parent 269bdad commit 28370e2

File tree

1 file changed

+42
-38
lines changed

1 file changed

+42
-38
lines changed

package.json

+42-38
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
11
{
2-
"name": "monokai-dimmed-vibrant",
3-
"displayName": "Monokai Dimmed+Vibrant",
4-
"description": "A color theme based on the gray-tone editor colors of Monokai Dimmed and the vibrant text colors of Monokai Vibrant",
5-
"version": "1.0.3",
6-
"engines": {
7-
"vscode": "^1.79.0"
8-
},
9-
"categories": [
10-
"Themes"
11-
],
12-
"contributes": {
13-
"themes": [
14-
{
15-
"label": "Monokai Dimmed+Vibrant",
16-
"uiTheme": "vs-dark",
17-
"path": "./themes/monokai-dimmed-vibrant-color-theme.json"
18-
}
19-
]
20-
},
21-
"galleryBanner": {
22-
"color": "#1E1E1E",
23-
"theme": "dark"
24-
},
25-
"author": "Alex Ravenna <alex.n.ravenna@gmail.com>",
26-
"publisher": "alexravenna",
27-
"license": "MIT",
28-
"repository": {
29-
"type": "git",
30-
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant.git"
31-
},
32-
"bugs": {
33-
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant/issues"
34-
},
35-
"devDependencies": {
36-
"@commitlint/cli": "^17.5.1",
37-
"@commitlint/config-conventional": "^17.4.4",
38-
"husky": "^8.0.3"
39-
}
2+
"name": "monokai-dimmed-vibrant",
3+
"displayName": "Monokai Dimmed+Vibrant",
4+
"description": "A color theme based on the gray-tone editor colors of Monokai Dimmed and the vibrant text colors of Monokai Vibrant",
5+
"version": "1.0.4",
6+
"engines": {
7+
"vscode": "^1.79.0"
8+
},
9+
"categories": [
10+
"Themes"
11+
],
12+
"contributes": {
13+
"themes": [
14+
{
15+
"label": "Monokai Dimmed+Vibrant",
16+
"uiTheme": "vs-dark",
17+
"path": "./themes/monokai-dimmed-vibrant-color-theme.json"
18+
}
19+
]
20+
},
21+
"galleryBanner": {
22+
"color": "#1E1E1E",
23+
"theme": "dark"
24+
},
25+
"author": {
26+
"name": "Alex Ravenna",
27+
"email": "alex.n.ravenna@gmail.com",
28+
"url": "https://github.com/alexravenna"
29+
},
30+
"publisher": "alexravenna",
31+
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant.git"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant/issues"
38+
},
39+
"devDependencies": {
40+
"@commitlint/cli": "^17.5.1",
41+
"@commitlint/config-conventional": "^17.4.4",
42+
"husky": "^8.0.3"
43+
}
4044
}

0 commit comments

Comments
 (0)