Skip to content

Commit aa60d08

Browse files
committed
Update package versions 4.0.0-beta.3 and fix package script
1 parent f3f3bea commit aa60d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0-beta.3",
44
"description": "Beautiful and accessible math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers. This package includes the packaged components (install mathjax-full to get the source code).",
55
"keywords": [
66
"MathJax",
@@ -53,7 +53,7 @@
5353
"===================================================================== message": "",
5454
"message": "msg() { echo \"$(tput setaf 4)$1$(tput setaf 0)\"; }; msg",
5555
"===================================================================== install": "",
56-
"preinstall:mj4": "npm run -s Message 'Installing MathJax...'",
56+
"preinstall:mj4": "npm run -s message 'Installing MathJax...'",
5757
"install:mj4": "npm install",
5858
"===================================================================== move": "",
5959
"premove": "npm run -s message 'Moving MathJax Components...'",
@@ -64,6 +64,6 @@
6464
"postbuild": "npm run -s message 'Cleaning Up...' && npm run -s clean:node"
6565
},
6666
"devDependencies": {
67-
"mathjax-full": "4.0.0-beta.1"
67+
"mathjax-full": "4.0.0-beta.3"
6868
}
6969
}

0 commit comments

Comments
 (0)