Skip to content

Commit 84e2765

Browse files
authored
Merge pull request #26 from fdncred/main
updated publisher string and added keywords for searching
2 parents de2b8e5 + bc15019 commit 84e2765

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
5252
* added defp snippet for custom command with a parameter
5353
* added defs snippet for custom command with a switch
5454
* added alias snippet for alias creation
55+
- 0.1.2
56+
* added search keywords in package.json
57+
* added publisher name
5558

5659

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.1.1",
66
"preview": true,
77
"license": "MIT",
8-
"publisher": "nushell-team",
8+
"publisher": "TheNuProjectContributors",
99
"homepage": "https://www.nushell.sh/",
1010
"repository": {
1111
"type": "git",
@@ -22,6 +22,12 @@
2222
"Programming Languages",
2323
"Snippets"
2424
],
25+
"keywords": [
26+
"nushell",
27+
"nu",
28+
"shell",
29+
"scripting"
30+
],
2531
"galleryBanner": {
2632
"color": "#008000",
2733
"theme": "light"

0 commit comments

Comments
 (0)