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

@ -2,8 +2,12 @@
"name": "code-stats-vscode",
"displayName": "Code::Stats",
"description": "Code::Stats package for Visual Studio Code",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "juha-ristolainen",
"repository": {
"type": "github",
"url": "https://github.com/riussi/code-stats-vscode"
},
"engines": {
"vscode": "^1.10.0"
},