Skip to content

Commit 57d7ed4

Browse files
committed
Update package.json to use npm version of mathjax3
1 parent 14f7715 commit 57d7ed4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0-beta.1",
44
"description": "Demos using MathJax v3 beta in NodeJS",
55
"dependencies": {
6-
"mathjax3": "git+https://github.com/mathjax/mathjax-v3.git#beta",
6+
"mathjax3": "^3.0.0-beta.1",
77
"yargs": "^11.0.0"
88
},
99
"repository": {
@@ -13,8 +13,5 @@
1313
"keywords": [
1414
"MathJax"
1515
],
16-
"license": "Apache-2.0",
17-
"scripts": {
18-
"postinstall": "cd node_modules/mathjax3 && npm install && echo 'Compiling mathjax3' && npx tsc"
19-
}
16+
"license": "Apache-2.0"
2017
}

0 commit comments

Comments
 (0)