Skip to content

Commit 890e4da

Browse files
committed
πŸŽ‰ 0.0.1-rc.1γ‚’γ‚Ώγ‚°
1 parent 94324c6 commit 890e4da

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "vscode-qiita",
3-
"description": "Publish your article to Qiita",
4-
"version": "0.0.1",
3+
"displayName": "VSCode Qiita",
4+
"description": "Qiita integration for Visual Studio Code ",
5+
"private": true,
6+
"version": "0.0.1-rc.1",
7+
"preview": true,
58
"main": "./out/extension",
9+
"license": "MIT",
610
"scripts": {
711
"vscode:prepublish": "yarn run compile",
812
"compile": "tsc -p ./",
@@ -33,14 +37,7 @@
3337
"vscode-nls": "^4.0.0",
3438
"vscode-nls-dev": "^3.2.2"
3539
},
36-
"displayName": "Qiita",
37-
"publisher": "Neetshin",
38-
"categories": [
39-
"Other"
40-
],
41-
"activationEvents": [
42-
"*"
43-
],
40+
"activationEvents": ["*"],
4441
"contributes": {
4542
"commands": [
4643
{
@@ -170,5 +167,20 @@
170167
}
171168
]
172169
}
170+
},
171+
"publisher": "Neetshin",
172+
"homepage": "https://github.com/neet/vscode-qiita/blob/master/README.md",
173+
"repository": {
174+
"type": "git",
175+
"url": "https://github.com/neet/vscode-qiita"
176+
},
177+
"bugs": {
178+
"url": "https://github.com/neet/vscode-qiita/issues",
179+
},
180+
"categories": ["Other"],
181+
"icon": "resources/icon.png",
182+
"galleryBanner": {
183+
"theme": "light",
184+
"color": "#55c500"
173185
}
174186
}

β€Žresources/icon.pngβ€Ž

27.7 KB
Loading

0 commit comments

Comments
Β (0)