Skip to content

Commit e264df3

Browse files
author
nexusuw
committed
fixed icon + publisher name to make vsce happy
1 parent bb4d02e commit e264df3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "vscode-gtm",
44
"description": "VSCode plugin to support Git Time Metrics",
55
"version": "0.0.1",
6-
"publisher": "nexus-uw",
6+
"publisher": "s3ramsay",
77
"license": "MIT",
88
"engines": {
99
"vscode": "^1.0.0"
@@ -19,7 +19,7 @@
1919
"git time metrics",
2020
"time tracking"
2121
],
22-
"icon":"./GTMLogo-128.png",
22+
"icon":"GTMLogo-128.png",
2323
"main": "./out/src/extension",
2424
"contributes": {
2525
},
@@ -32,4 +32,4 @@
3232
"typescript": "^1.8.5",
3333
"vscode": "^0.11.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)