From c09deb54b1bf2f2a782ffe84f32f090cecaed2c8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 12 Apr 2017 18:53:48 -0400 Subject: [PATCH] Removes keywords as they seem to hurt more than help --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5e47503..ae1e80c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "license": "SEE LICENSE IN LICENSE", "displayName": "GitLens", - "description": "Supercharge the built-in Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline blame annotations and CodeLens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more", + "description": "Supercharge Visual Studio Code's Git capabilities \u2014 Visualize code authorship at a glance via inline blame annotations and CodeLens, seamlessly navigate and explore the history of a file or branch, gain valuable insights via powerful comparision commands, and so much more", "badges": [ { "url": "https://badges.gitter.im/vscode-gitlens/Lobby.svg", @@ -22,9 +22,6 @@ "categories": [ "Other" ], - "keywords": [ - "git" - ], "galleryBanner": { "color": "#56098c", "theme": "dark"