From 696438c8f32c715fc77d68a23296ae3766e3cd96 Mon Sep 17 00:00:00 2001 From: Peter Krautzberger Date: Fri, 6 Feb 2015 12:15:18 +0100 Subject: [PATCH] Update for #64 * Update MathJax dependency to v2.5 * Update info of organization --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 30393d50..0b6a24d1 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,9 @@ "description": "API's for calling MathJax from node.js", "keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"], "maintainers": [ - "Davide P. Cervone (http://www.math.union.edu/locate/Cervone/)" + "MathJax Consortium (http://www.mathjax.org)" ], "bugs": { - "email": "dpvc@union.edu", "url": "http://github.com/mathjax/MathJax-node/issues" }, "license": { @@ -22,7 +21,7 @@ "jsdom": "1.0.2", "speech-rule-engine": "*", "yargs": "*", - "MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node" + "MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node-2.5" }, "main": "./lib/mj-page.js" }