From 3a2690fc350ce8da7eab0681d7466b9954904b3b Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 17 Jul 2018 13:39:23 -0700 Subject: [PATCH] Use official mathjax package vs. components-mathjax --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d9f63154d..97b3e8ba7 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "jquery-typeahead": "~2.0.0", "jquery-ui": "components/jqueryui#~1.10", "marked": "~0.4", - "MathJax": "components/MathJax#^2.7.4", + "MathJax": "^2.7.4", "moment": "~2.19.3", "preact": "https://unpkg.com/preact@^7.2.0/dist/preact.min.js", "preact-compat": "https://unpkg.com/preact-compat@^3.14.3/dist/preact-compat.min.js",