From e292092d2c390522b0c2516f776aeb1bdc8beb73 Mon Sep 17 00:00:00 2001
From: Peter Krautzberger
Date: Fri, 3 Jun 2016 15:35:11 +0200
Subject: [PATCH] Update package.json
Update MathJax-node to mathjax-node after rename
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 20c2705..f54d23a 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"gitbook": ">=3.0.0"
},
"dependencies": {
- "MathJax-node": "0.3.1",
+ "mathjax-node": "0.3.1",
"q": "^1.1.2",
"crc": "^3.2.1"
},