Skip to content

Commit

Permalink
chore(publish): set repo and icon in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 6, 2024
1 parent 64c4aae commit 24376f8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions images/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The image in this directory was taken form the https://github.com/cncf/artwork repository
so the The Linux Foundation’s trademarks policy applies, see https://github.com/cncf/artwork/blob/main/LICENSE.md


This text from those guidelines, and the correct and incorrect usage examples, are
particularly helpful:

> Certain marks of The Linux Foundation have been created to enable you to
> communicate compatibility or interoperability of software or products.
> In addition to the requirement that any use of a mark to make an assertion
> of compatibility must, of course, be accurate, the use of these marks must
> avoid confusion regarding The Linux Foundation’s association with the product.
> The use of the mark cannot imply that The Linux Foundation or its projects are
> sponsoring or endorsing the product.

Binary file added images/helm-icon-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"version": "0.0.1",
"license": "MIT",
"publisher": "helm-ls",
"repository": "https://github.com/qvalentin/helm-ls-vscode",
"icon": "./images/helm-icon-color.png"
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit 24376f8

Please sign in to comment.