Summary: add "main" field instead of "name" to bower.json
Test plan: - Run `bower install katex` from /tmp - Verify that there are no errors when running the command - Verify that `bower_components/katex/dist/` contains all the build files - Verify that the version is 0.4.2 Auditors: emily
This commit is contained in:
parent
b11a1b97b7
commit
4ea7d38b5c
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "KaTeX",
|
"name": "KaTeX",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"name": [
|
"main": [
|
||||||
"dist/katex.min.js",
|
"dist/katex.min.js",
|
||||||
"dist/katex.min.css",
|
"dist/katex.min.css",
|
||||||
"dist/contrib/auto-render.min.js",
|
"dist/contrib/auto-render.min.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "katex",
|
"name": "katex",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Fast math typesetting for the web.",
|
"description": "Fast math typesetting for the web.",
|
||||||
"main": "katex.js",
|
"main": "katex.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user