Fixes truncated description on marketplace

This commit is contained in:
Eric Amodio
2016-09-15 12:40:26 -04:00
parent cb81a823e6
commit 05865d014e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "0.1.2",
"version": "0.1.3",
"author": "Eric Amodio",
"publisher": "eamodio",
"engines": {
@@ -8,7 +8,7 @@
},
"license": "SEE LICENSE IN LICENSE",
"displayName": "GitLens",
"description": "Provides Git information (most recent commit, number of authors) in CodeLens, on-demand inline blame annotations, a blame history explorer, and commands to compare changes with the working tree and/or previous versions",
"description": "Provides Git information (most recent commit, # of authors) in CodeLens, on-demand inline blame annotations, a blame explorer, and commands to compare changes w/ the working tree or previous versions",
"categories": [
"Other"
],