mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Added github repo to package.json
Added the .vsix-package
This commit is contained in:
parent
3e6bbab84a
commit
c2eea18719
@ -22,6 +22,11 @@ This extension contributes the following settings:
|
|||||||
|
|
||||||
Initial release of code-stats-vscode
|
Initial release of code-stats-vscode
|
||||||
|
|
||||||
|
### 1.0.1
|
||||||
|
|
||||||
|
Added the missing github information to package.json
|
||||||
|
Added the .vsix installation package as well.
|
||||||
|
|
||||||
### For more information
|
### For more information
|
||||||
|
|
||||||
* [Github repository](https://github.com/riussi/code-stats-vscode)
|
* [Github repository](https://github.com/riussi/code-stats-vscode)
|
||||||
|
@ -2,8 +2,12 @@
|
|||||||
"name": "code-stats-vscode",
|
"name": "code-stats-vscode",
|
||||||
"displayName": "Code::Stats",
|
"displayName": "Code::Stats",
|
||||||
"description": "Code::Stats package for Visual Studio Code",
|
"description": "Code::Stats package for Visual Studio Code",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"publisher": "juha-ristolainen",
|
"publisher": "juha-ristolainen",
|
||||||
|
"repository": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/riussi/code-stats-vscode"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.10.0"
|
"vscode": "^1.10.0"
|
||||||
},
|
},
|
||||||
|
BIN
releases/code-stats-vscode-1.0.1.vsix
Normal file
BIN
releases/code-stats-vscode-1.0.1.vsix
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user