Author | Jamozed <[email protected]> |
Date | 2021-06-13 10:05:03 |
Commit | d32a52c6c63df5f3d28c18d9a09db72252fb4b64 |
Parent | 18e5f47a366d7a4af5335f9de8d202f5112f3684 |
Fix relative path for icon
Diffstat
M | package.json | | | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cdcf869..1a7b4ad 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } ] }, - "icon": "./icon.png", + "icon": "icon.png", "repository": { "type": "git", "url": "https://github.com/Jamozed/vscode-ebnf"