We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174c4cb commit 3be580bCopy full SHA for 3be580b
assets/logo.png
56.1 KB
package.json
@@ -9,11 +9,16 @@
9
"categories": [
10
"Other"
11
],
12
+ "keywords": [
13
+ "antd"
14
+ ],
15
"activationEvents": [
16
"onStartupFinished"
17
18
"main": "./dist/extension.js",
19
+ "icon": "assets/logo.png",
20
"scripts": {
21
+ "publish": "vsce package",
22
"vscode:prepublish": "yarn run package",
23
"compile": "webpack",
24
"watch": "webpack --watch",
@@ -43,5 +48,11 @@
43
48
"dependencies": {
44
49
"antd-token-previewer": "^1.0.0-alpha.19",
45
50
"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"
47
58
}
0 commit comments