Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed May 6, 2015
1 parent 331fb49 commit 2144aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/react-katex.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
return (root.ReactKaTeX = factory(React, katex));
});
} else if (typeof exports === 'object') {
module.exports = factory(require('react/addons'), require('katex'));
module.exports = factory(require('react/addons'), require('katex-build'));
} else {
root.ReactKaTeX = factory(root.React, root.katex);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/react-katex.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2144aa8

Please sign in to comment.