Delete bower.json (#2372)

Bower is deprecated about three years ago and this [triggers `bower install` on Netlify builds](https://docs.netlify.com/configure-builds/manage-dependencies/#bower), which take about a minute.
This commit is contained in:
ylemkimon
2020-08-03 03:39:12 +09:00
committed by GitHub
parent e3c01376c8
commit 6b0d0d4d25

View File

@@ -1,36 +0,0 @@
{
"name": "katex",
"main": [
"dist/katex.js",
"dist/katex.css"
],
"homepage": "https://katex.org/",
"description": "Fast math typesetting for the web.",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/KaTeX/KaTeX.git"
},
"ignore": [
"**/.*",
"/*.js",
"/*.json",
"/*.md",
"!/README.md",
"/*.sh",
"/package.json",
"/Makefile",
"/test",
"/src",
"/contrib",
"/dockers",
"/submodules",
"/static",
"/website"
]
}