Skip to content

Commit

Permalink
Update to version 4.0.0-beta.3 and add packages needed by SRE
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Oct 4, 2023
1 parent 328b95e commit 667aea9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjax",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"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 @@ -64,6 +64,11 @@
"postbuild": "npm run -s message 'Cleaning Up...' && npm run -s clean:node"
},
"devDependencies": {
"mathjax-full": "4.0.0-beta.3"
"mathjax-full": "^4.0.0-beta.4"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.0-beta.8",
"commander": "^11.0.0",
"wicked-good-xpath": "^1.3.0"
}
}

0 comments on commit 667aea9

Please sign in to comment.