Skip to content

Commit 3418e25

Browse files
committed
[package] fix version dependency
Resolves #365
1 parent 1113634 commit 3418e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"is-fullwidth-code-point": "^2.0.0",
2727
"jsdom": "7.0 - 9.12",
28-
"mathjax": "*"
28+
"mathjax": "^2.7.2"
2929
},
3030
"scripts": {
3131
"test": "tape test/*.js"

0 commit comments

Comments
 (0)