Added github repo to package.json

Added the .vsix-package
This commit is contained in:
Juha Ristolainen 2017-03-17 18:00:52 +00:00
parent 3e6bbab84a
commit c2eea18719
3 changed files with 10 additions and 1 deletions

View File

@ -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)

View File

@ -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"
}, },

Binary file not shown.