fix: add src export default

This commit is contained in:
Alexandre Nunes 2021-01-07 11:14:46 -03:00
parent c7a2749880
commit f868d9d813
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
nodejs 12.18.4
nodejs 14.15.3

@ -1,3 +1,5 @@
import { MathMLToLaTeX } from './main';
export default MathMLToLaTeX;
module.exports = MathMLToLaTeX;