Skip to content

Commit 4766a4f

Browse files
committed
Updates to package info
1 parent d96b356 commit 4766a4f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "codemirror-lang-latex",
33
"version": "0.1.0-alpha.0",
44
"description": "LaTeX language support for CodeMirror 6",
5+
"author": "Fares Abawi",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/texlyre/codemirror-lang-latex.git"
10+
},
11+
"homepage": "https://texlyre.github.io/codemirror-lang-latex/",
512
"type": "module",
613
"main": "dist/index.js",
714
"types": "dist/index.d.ts",
@@ -56,7 +63,5 @@
5663
"language",
5764
"latex",
5865
"lezer"
59-
],
60-
"author": "",
61-
"license": "MIT"
66+
]
6267
}

0 commit comments

Comments
 (0)