Skip to content

Commit 5550ab2

Browse files
committed
Update 4.0.0-rc.4 to 4.0.0
1 parent b67b640 commit 5550ab2

7 files changed

Lines changed: 6 additions & 216 deletions

File tree

cjs/direct/tex-svg.html

Lines changed: 0 additions & 105 deletions
This file was deleted.

cjs/util/Chtml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Chtml = exports.Chtml = {
4444
const options = {
4545
...Util.options.output,
4646
fontURL: {
47-
default: 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4.0.0-rc.4/chtml/woff2',
47+
default: 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4/chtml/woff2',
4848
describe: 'The URL to use for web fonts.',
4949
},
5050
css: {

cjs/util/Sre.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const Sre = exports.Sre = {
6363
mathmaps: {
6464
alias: 'M',
6565
requireArg: true,
66-
default: Util.puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/sre/mathmaps' : '[sre]/mathmaps',
66+
default: Util.puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4/sre/mathmaps' : '[sre]/mathmaps',
6767
describe: 'Location for SRE math maps (URL or node package reference).',
6868
},
6969
};

mjs/direct/tex-svg.html

Lines changed: 0 additions & 105 deletions
This file was deleted.

mjs/util/Chtml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Chtml = {
4444
const options = {
4545
...Util.options.output,
4646
fontURL: {
47-
default: 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4.0.0-rc.4/chtml/woff2',
47+
default: 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4/chtml/woff2',
4848
describe: 'The URL to use for web fonts.',
4949
},
5050
css: {

mjs/util/Sre.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const Sre = {
6363
mathmaps: {
6464
alias: 'M',
6565
requireArg: true,
66-
default: Util.puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/sre/mathmaps' : '[sre]/mathmaps',
66+
default: Util.puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4/sre/mathmaps' : '[sre]/mathmaps',
6767
describe: 'Location for SRE math maps (URL or node package reference).',
6868
},
6969
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "4.0.0",
44
"description": "Demos using MathJax v4 in node",
55
"dependencies": {
6-
"@mathjax/mathjax-newcm-font": "4.0.0-rc.4",
7-
"@mathjax/src": "^4.0.0-rc.4",
6+
"@mathjax/mathjax-newcm-font": "^4.0.0",
7+
"@mathjax/src": "^4.0.0",
88
"yargs": "^18.0.0"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)