Skip to content

Commit d06f2a8

Browse files
committed
Add package json metadata
1 parent d458d20 commit d06f2a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"elixir",
1010
"lsp"
1111
],
12+
"homepage": "https://github.com/amiralies/coc-elixir",
1213
"scripts": {
1314
"clean": "rm -rf lib/",
1415
"build": "webpack",
@@ -21,7 +22,10 @@
2122
"activationEvents": [
2223
"onLanguage:elixir"
2324
],
24-
"author": "",
25+
"author": {
26+
"name": "Amirali Esmaeili",
27+
"email": "[email protected]"
28+
},
2529
"license": "MIT",
2630
"dependencies": {},
2731
"devDependencies": {

0 commit comments

Comments
 (0)