|
1 | 1 | { |
2 | 2 | "name": "mathjax", |
3 | | - "version": "3.2.2", |
| 3 | + "version": "4.0.0-alpha.1", |
4 | 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).", |
5 | 5 | "keywords": [ |
6 | 6 | "math", |
|
13 | 13 | "node" |
14 | 14 | ], |
15 | 15 | "devDependencies": { |
16 | | - "mathjax-full": "3.2.2" |
| 16 | + "mathjax-full": "4.0.0-alpha.1" |
17 | 17 | }, |
18 | 18 | "maintainers": [ |
19 | 19 | "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)" |
|
38 | 38 | "message": "echo \"$(tput setaf 4)${npm_package_config_message}$(tput setaf 0)\" && echo", |
39 | 39 | "line": "echo '--------------------------------------------'", |
40 | 40 | "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", |
46 | 46 | "precompile": "npm run --silent title --mathjax:title='Compiling MathJax...'", |
47 | 47 | "compile": "cd node_modules/mathjax-full && npm run --silent compile", |
48 | 48 | "precomponents": "npm run --silent title --mathjax:title='Building MathJax Components...'", |
|
53 | 53 | "make-es5": "npm run --silent install:all && npm run --silent compile && npm run --silent components && npm run --silent move", |
54 | 54 | "postmake-es5": "npm run --silent title --mathjax:title='Cleaning Up...' && npm run --silent clean:node", |
55 | 55 | "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", |
57 | 57 | "postget-es5": "npm run --silent title --mathjax:title='Cleaning Up...' && npm run --silent clean:node" |
58 | 58 | } |
59 | 59 | } |
0 commit comments