Skip to content

Commit 715e008

Browse files
committed
added publisher
1 parent b0007bd commit 715e008

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"name": "vs-code-custom-ui-font",
33
"displayName": "VS Code Custom UI Font",
44
"description": "An extension for replacing default UI font of VS Code.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
6+
"publisher": "animsh",
67
"engines": {
78
"vscode": "^1.83.0"
89
},
910
"categories": [
1011
"Other"
1112
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/animsh/vs-code-custom-ui-font"
16+
},
1217
"activationEvents": [],
1318
"main": "./out/extension.js",
1419
"contributes": {

0 commit comments

Comments
 (0)