- Add "main" field to bower.json to prevent errors during installation.
- Bump version to 0.4.1 in bower.json and package.json

https://github.com/Khan/KaTeX/issues/181

Test plan:
 - Run `bower install katex` from /tmp
 - Verify that there are no errors when running the command
   and that `bower_components/katex/dist/` contains all the build files

Auditors: emily
This commit is contained in:
Kevin Barabash
2015-06-20 11:00:41 -06:00
parent 2060ebaf21
commit b11a1b97b7
2 changed files with 51 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "katex",
"version": "0.3.0",
"version": "0.4.1",
"description": "Fast math typesetting for the web.",
"main": "katex.js",
"repository": {