Skip to content

Commit 3be580b

Browse files
committed
chore: add logo
1 parent 174c4cb commit 3be580b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

assets/logo.png

56.1 KB
Loading

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
"categories": [
1010
"Other"
1111
],
12+
"keywords": [
13+
"antd"
14+
],
1215
"activationEvents": [
1316
"onStartupFinished"
1417
],
1518
"main": "./dist/extension.js",
19+
"icon": "assets/logo.png",
1620
"scripts": {
21+
"publish": "vsce package",
1722
"vscode:prepublish": "yarn run package",
1823
"compile": "webpack",
1924
"watch": "webpack --watch",
@@ -43,5 +48,11 @@
4348
"dependencies": {
4449
"antd-token-previewer": "^1.0.0-alpha.19",
4550
"rgb-hex": "^4.0.0"
46-
}
51+
},
52+
"repository": {
53+
"type": "git",
54+
"url": "https://github.com/shezhangzhang/antd-design-token.git"
55+
},
56+
"license": "MIT",
57+
"author": "shezhangzhang"
4758
}

0 commit comments

Comments
 (0)