www

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

commit 1e214fca3f3d749d1ea057cc821c93a86d6ca78e
parent 7395bbbb3def2f0d7d231c3fc4c29a8855871aeb
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu,  2 Apr 2015 08:22:31 -0400

Merge pull request #1097 from mathjax/issu844

composer.json author info
Diffstat:
Mcomposer.json | 12++----------
1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/composer.json b/composer.json @@ -7,16 +7,8 @@ "license": "Apache-2.0", "authors": [ { - "name": "Davide Cervone", - "homepage": "https://github.com/dpvc" - }, - { - "name": "Christian Perfect", - "homepage": "https://github.com/christianp" - }, - { - "name": "Peter Krautzberger", - "homepage": "https://github.com/pkra" + "name": "MathJax Consortium", + "homepage": "https://github.com/mathjax" } ] }