www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 29de281184169b5b3f174150f6f763fb541b813c
parent dde26859e8b1cc0836f1160c8f433f485110a51d
Author: Koodough <koodough@koodough.com>
Date:   Sat,  9 Mar 2013 18:20:39 -0600

homepage and keywords added
Diffstat:
Mcomponent.json | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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"] }