Skip to content

Commit

Permalink
kedyou: attempt to fix rollup build error
Browse files Browse the repository at this point in the history
  • Loading branch information
manstie committed Jun 19, 2023
1 parent caf78c0 commit 33374c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"require": "./dist/mathlive.js"
}
},
"node": {
"types": "./dist/types/mathlive-ssr.d.ts",
"import": "./dist/mathlive-ssr.min.mjs"
},
"default": {
"types": "./dist/types/mathlive.d.ts",
"import": "./dist/mathlive.min.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/public/mathlive-ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Box, coalesce, makeStruts } from '../core/box';
import { Context } from '../core/context';
import { parseLatex } from '../core/parser';
import { atomToSpeakableText } from '../editor/atom-to-speakable-text';
import { Expression } from './mathfield-element';
import type { Expression } from './mathfield-element';
import { validateLatex as validateLatexInternal } from '../core/parser';

import { atomToAsciiMath } from '../editor/atom-to-ascii-math';
Expand Down

0 comments on commit 33374c8

Please sign in to comment.