Skip to content

Commit

Permalink
Update package versions 4.0.0-beta.3 and fix package script
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jul 19, 2023
1 parent f3f3bea commit aa60d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjax",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.3",
"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).",
"keywords": [
"MathJax",
Expand Down Expand Up @@ -53,7 +53,7 @@
"===================================================================== message": "",
"message": "msg() { echo \"$(tput setaf 4)$1$(tput setaf 0)\"; }; msg",
"===================================================================== install": "",
"preinstall:mj4": "npm run -s Message 'Installing MathJax...'",
"preinstall:mj4": "npm run -s message 'Installing MathJax...'",
"install:mj4": "npm install",
"===================================================================== move": "",
"premove": "npm run -s message 'Moving MathJax Components...'",
Expand All @@ -64,6 +64,6 @@
"postbuild": "npm run -s message 'Cleaning Up...' && npm run -s clean:node"
},
"devDependencies": {
"mathjax-full": "4.0.0-beta.1"
"mathjax-full": "4.0.0-beta.3"
}
}

0 comments on commit aa60d08

Please sign in to comment.