www

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

commit 73cafd16dabfad936395af0029015ac386e4b424
parent a3988d9d56d118d42d17d56cddaae3e1768c8545
Author: Martin von Gagern <gagern@ma.tum.de>
Date:   Mon,  9 Jan 2017 22:48:03 +0100

Avoid some warnings from bower

Bower prefers to have package names in lower case, and to have uncompressed
sources listed as entry points.  Otherwise it will issue warnings.

Diffstat:
Mbower.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bower.json b/bower.json @@ -1,9 +1,9 @@ { - "name": "KaTeX", + "name": "katex", "version": "0.8.0-pre", "main": [ - "dist/katex.min.js", - "dist/katex.min.css" + "dist/katex.js", + "dist/katex.css" ], "homepage": "http://khan.github.io/KaTeX/", "description": "Fast math typesetting for the web.",