Skip to content

Commit ba6f126

Browse files
committed
Update package version and commands
1 parent 600692a commit ba6f126

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "3.2.2",
3+
"version": "4.0.0-alpha.1",
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
"math",
@@ -13,7 +13,7 @@
1313
"node"
1414
],
1515
"devDependencies": {
16-
"mathjax-full": "3.2.2"
16+
"mathjax-full": "4.0.0-alpha.1"
1717
},
1818
"maintainers": [
1919
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
@@ -38,11 +38,11 @@
3838
"message": "echo \"$(tput setaf 4)${npm_package_config_message}$(tput setaf 0)\" && echo",
3939
"line": "echo '--------------------------------------------'",
4040
"title": "npm run --silent line && npm run --silent message --mathjax:message=\"${npm_package_config_title}\"",
41-
"preinstall:mj3": "npm run --silent title --mathjax:title='Installing MathJax...'",
42-
"install:mj3": "npm install",
43-
"preinstall:mj3-deps": "npm run --silent message --mathjax:message='Installing MathJax Dependencies...'",
44-
"install:mj3-deps": "cd node_modules/mathjax-full && npm install",
45-
"install:all": "npm run --silent install:mj3 && npm run --silent install:mj3-deps",
41+
"preinstall:mj4": "npm run --silent title --mathjax:title='Installing MathJax...'",
42+
"install:mj4": "npm install",
43+
"preinstall:mj4-deps": "npm run --silent message --mathjax:message='Installing MathJax Dependencies...'",
44+
"install:mj4-deps": "cd node_modules/mathjax-full && npm install",
45+
"install:all": "npm run --silent install:mj4 && npm run --silent install:mj4-deps",
4646
"precompile": "npm run --silent title --mathjax:title='Compiling MathJax...'",
4747
"compile": "cd node_modules/mathjax-full && npm run --silent compile",
4848
"precomponents": "npm run --silent title --mathjax:title='Building MathJax Components...'",
@@ -53,7 +53,7 @@
5353
"make-es5": "npm run --silent install:all && npm run --silent compile && npm run --silent components && npm run --silent move",
5454
"postmake-es5": "npm run --silent title --mathjax:title='Cleaning Up...' && npm run --silent clean:node",
5555
"preget-es5": "npm run --silent clean:node",
56-
"get-es5": "npm run --silent install:mj3 && npm run --silent move",
56+
"get-es5": "npm run --silent install:mj4 && npm run --silent move",
5757
"postget-es5": "npm run --silent title --mathjax:title='Cleaning Up...' && npm run --silent clean:node"
5858
}
5959
}

0 commit comments

Comments
 (0)