Skip to content

Commit

Permalink
fix: export perseus core type
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim716 committed Jun 26, 2024
1 parent e902b7a commit 0520c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface PerseusCore {
KhanAnswerTypesUtils: typeof KhanAnswerTypesUtils;
KhanMath: typeof KhanMath;
Interactive2: typeof Interactive2;
similar: typeof similar;
similarCoords: typeof similar;
parseTex: (
tex: string,
options?: TexOptions,
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junyiacademy/perseus-core",
"version": "1.0.38",
"version": "1.0.39",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 0520c6a

Please sign in to comment.