We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96b356 commit 4766a4fCopy full SHA for 4766a4f
package.json
@@ -2,6 +2,13 @@
2
"name": "codemirror-lang-latex",
3
"version": "0.1.0-alpha.0",
4
"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/",
12
"type": "module",
13
"main": "dist/index.js",
14
"types": "dist/index.d.ts",
@@ -56,7 +63,5 @@
56
63
"language",
57
64
"latex",
58
65
"lezer"
59
- ],
60
- "author": "",
61
- "license": "MIT"
66
+ ]
62
67
}
0 commit comments