Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 1d9a809

Browse files
committed
chore: add publishing details
1 parent 6cb632f commit 1d9a809

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"name": "elixir-tools",
33
"displayName": "elixir-tools.vscode",
4+
"homepage": "https://github.com/elixir-tools/elixir-tools.vscode",
45
"description": "Elixir extension for VSCode.",
6+
"publisher": "elixir-tools",
57
"version": "0.0.1",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/elixir-tools/elixir-tools.vsode.git"
11+
},
12+
"icon": "images/logo.png",
13+
"sponsor": {
14+
"url": "https://github.com/sponsors/mhanberg"
15+
},
616
"engines": {
717
"vscode": "^1.77.0"
818
},

0 commit comments

Comments
 (0)