From 722797218ab7ef508162659f29241695e7ce63f4 Mon Sep 17 00:00:00 2001 From: Sam Chambers Date: Sat, 9 Mar 2013 17:48:41 -0600 Subject: [PATCH 1/4] added ./component.json for bower --- component.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 000000000..35b46257f --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name": "MathJax", + "version": "2.1", + "main": "./MathJax.js", + "ignore": [ + "**/.*", + "node_modules", + "components" + ] +} \ No newline at end of file From dde26859e8b1cc0836f1160c8f433f485110a51d Mon Sep 17 00:00:00 2001 From: Sam Chambers Date: Sat, 9 Mar 2013 17:51:32 -0600 Subject: [PATCH 2/4] added ./component.json for bower --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 35b46257f..29ca40d82 100644 --- a/component.json +++ b/component.json @@ -1,10 +1,10 @@ { "name": "MathJax", - "version": "2.1", + "version": "2.1.0", "main": "./MathJax.js", "ignore": [ "**/.*", "node_modules", "components" ] -} \ No newline at end of file +} From 29de281184169b5b3f174150f6f763fb541b813c Mon Sep 17 00:00:00 2001 From: Koodough Date: Sat, 9 Mar 2013 18:20:39 -0600 Subject: [PATCH 3/4] homepage and keywords added --- component.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index 29ca40d82..9c2d548cf 100644 --- a/component.json +++ b/component.json @@ -2,9 +2,11 @@ "name": "MathJax", "version": "2.1.0", "main": "./MathJax.js", + "homepage": "http://www.mathjax.org/", "ignore": [ "**/.*", "node_modules", "components" - ] + ], + "keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"] } From 85f23cadea211e257b5ef230927e4b08d0d98912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Fri, 2 Aug 2013 14:53:51 +0200 Subject: [PATCH 4/4] Update MathJax's Bower package version. --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 9c2d548cf..76a2fe710 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "MathJax", - "version": "2.1.0", + "version": "2.3.0", "main": "./MathJax.js", "homepage": "http://www.mathjax.org/", "ignore": [