www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1eb5682885f2def86673c316c6dc4b13e66b43d0
parent 310bfbac0b22f45eb83ce89e387f1c91bfc959e4
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Thu, 10 Dec 2015 16:57:04 +0100

package.json: consistent keyword capitalization

Diffstat:
Mpackage.json | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json @@ -5,10 +5,10 @@ "keywords": [ "math", "svg", - "MathML", - "TeX", - "LaTeX", - "AsciiMath", + "mathml", + "tex", + "latex", + "asciimath", "browser", "browser-only" ],