mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
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:
@@ -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.",
|
||||||
|
Reference in New Issue
Block a user