Skip to content

Commit

Permalink
fix: remove color v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Jun 6, 2022
1 parent 7d33974 commit 43a190f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/mathjax-render/package.json
Expand Up @@ -21,6 +21,11 @@
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./node": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./browser": "./dist/esm/browser/index.mjs"
},
"browser": {
Expand Down
4 changes: 1 addition & 3 deletions packages/mathjax-render/src/common/AllPackages.ts
Expand Up @@ -38,7 +38,7 @@ import "mathjax-full/js/input/tex/verb/VerbConfiguration.js";
declare const MathJax: any;
if (typeof MathJax !== "undefined" && MathJax.loader) {
MathJax.loader.preLoad(
"input/tex-base",
"[tex]/base",
"[tex]/action",
"[tex]/ams",
"[tex]/amscd",
Expand All @@ -50,7 +50,6 @@ if (typeof MathJax !== "undefined" && MathJax.loader) {
"[tex]/cancel",
"[tex]/cases",
"[tex]/centernot",
"[tex]/color",
"[tex]/colortbl",
"[tex]/colorv2",
"[tex]/configmacros",
Expand Down Expand Up @@ -89,7 +88,6 @@ export const AllPackages: string[] = [
"cancel",
"cases",
"centernot",
"color",
"colortbl",
"colorv2",
"configmacros",
Expand Down

1 comment on commit 43a190f

@vercel
Copy link

@vercel vercel bot commented on 43a190f Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mathjax-render – ./

mathjax-render-dup4.vercel.app
mathjax-render.vercel.app
mathjax-render-git-main-dup4.vercel.app

Please sign in to comment.