Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from lelivrescolaire/fix/ie-webcomponents
Browse files Browse the repository at this point in the history
fix(ie): handle webcomponents
  • Loading branch information
arncet authored Nov 23, 2020
2 parents b890bfd + fe58e44 commit f1da36a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
},
"dependencies": {},
"dependencies": {
"@webcomponents/webcomponentsjs": "2.5.0"
},
"keywords": [
"math",
"editor",
Expand Down
1 change: 1 addition & 0 deletions src/mathlive.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@webcomponents/webcomponentsjs';
import type { Mathfield } from './public/mathfield';
import type { MathfieldOptions, TextToSpeechOptions } from './public/options';
import type {
Expand Down

0 comments on commit f1da36a

Please sign in to comment.