commit 310bfbac0b22f45eb83ce89e387f1c91bfc959e4
parent 65c72a10f32a419ab8827eb14de053667d3758a1
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date: Thu, 10 Dec 2015 16:54:32 +0100
package.json: add keywords to mark as browser-only
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -7,7 +7,10 @@
"svg",
"MathML",
"TeX",
- "AsciiMath"
+ "LaTeX",
+ "AsciiMath",
+ "browser",
+ "browser-only"
],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"