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.
This commit is contained in:
Martin von Gagern
2017-01-09 22:48:03 +01:00
parent a3988d9d56
commit 73cafd16da

View File

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