From 4ea7d38b5c8eeb25c86ebb4f8b12b8be78aaf8fb Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Sat, 20 Jun 2015 11:08:58 -0600 Subject: [PATCH] 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 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 9ab1fb9e1..494783130 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "KaTeX", - "version": "0.4.1", - "name": [ + "version": "0.4.2", + "main": [ "dist/katex.min.js", "dist/katex.min.css", "dist/contrib/auto-render.min.js", diff --git a/package.json b/package.json index ad0cb2980..de9d4d19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "katex", - "version": "0.4.1", + "version": "0.4.2", "description": "Fast math typesetting for the web.", "main": "katex.js", "repository": {