Add users with more than 5 commits to credits / authors

Also update authors to be alphabetically ordered.
This commit is contained in:
Abijeet
2020-02-24 15:20:47 +05:30
committed by Niklas Laxström
parent c57a3a28ad
commit a182ddb215
3 changed files with 11 additions and 7 deletions

View File

@@ -11,15 +11,18 @@
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Santhosh Thottingal",
"email": "santhosh.thottingal@gmail.com"
"name": "Amir E. Aharoni"
},
{
"name": "Amir Aharoni"
"name": "Kartik Mistry"
},
{
"name": "Niklas Laxström",
"email": "niklas.laxstrom@gmail.com"
},
{
"name": "Santhosh Thottingal",
"email": "santhosh.thottingal@gmail.com"
}
],
"type": "library",

View File

@@ -15,8 +15,8 @@
},
"contributors": [
"Amir Aharoni",
"Niklas Laxström",
"Santhosh Thottingal"
"Kartik Mistry",
"Niklas Laxström"
],
"devDependencies": {
"assert": "^2.0.0",

View File

@@ -2,9 +2,10 @@
/**
* Script to create the language data in JSON format for ULS.
*
* Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
* Copyright (C) 2020 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
* Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other
* contributors. See CREDITS for a list.
* contributors. See https://github.com/wikimedia/language-data/graphs/contributors
* for a list.
*
* @file
* @ingroup Extensions