From bc15019731c85dd504ebf4a32a22de7633536a16 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:42:41 -0600 Subject: [PATCH] updated publisher string and added keywords for searching --- CHANGELOG.md | 3 +++ package.json | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73528c..778febe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,5 +52,8 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in * added defp snippet for custom command with a parameter * added defs snippet for custom command with a switch * added alias snippet for alias creation +- 0.1.2 + * added search keywords in package.json + * added publisher name diff --git a/package.json b/package.json index 987d63c..bd9a774 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.1.1", "preview": true, "license": "MIT", - "publisher": "nushell-team", + "publisher": "TheNuProjectContributors", "homepage": "https://www.nushell.sh/", "repository": { "type": "git", @@ -22,6 +22,12 @@ "Programming Languages", "Snippets" ], + "keywords": [ + "nushell", + "nu", + "shell", + "scripting" + ], "galleryBanner": { "color": "#008000", "theme": "light"