Skip to content

Commit 4c14a56

Browse files
committed
Release 0.1.0
1 parent dabf787 commit 4c14a56

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## [Unreleased]
1+
## 0.1.0
22

33
- Initial release

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
{
22
"name": "github-vscode-theme",
3-
"displayName": "GitHub VSCode Theme",
3+
"displayName": "GitHub Theme",
44
"description": "GitHub theme for VS Code",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
6+
"preview": true,
7+
"publisher": "GitHub",
8+
"icon": "icon.png",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/primer/github-vscode-theme"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/primer/github-vscode-theme/issues"
15+
},
616
"engines": {
717
"vscode": "^1.43.0"
818
},
919
"categories": [
1020
"Themes"
1121
],
22+
"keywords": [
23+
"theme",
24+
"github",
25+
"light"
26+
],
1227
"contributes": {
1328
"themes": [
1429
{
@@ -17,5 +32,6 @@
1732
"path": "./themes/light.json"
1833
}
1934
]
20-
}
35+
},
36+
"license": "MIT"
2137
}

0 commit comments

Comments
 (0)