From aa60d0897579e1cab44d6cd93fc65ed2dc18194d Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 19 Jul 2023 14:34:54 -0400 Subject: [PATCH] Update package versions 4.0.0-beta.3 and fix package script --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ffbfe38674..ea77c70f2b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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...'", @@ -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" } }