From 5e674f0a173f28541ebd8d8575eb33139a995645 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 28 Dec 2016 12:02:06 -0800 Subject: [PATCH] alphabetize contributors and update the list in package.json --- Readme.md | 26 +++++++++++++------------- package.json | 22 +++++++++++++++------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/Readme.md b/Readme.md index 3cb48d7..849ce31 100644 --- a/Readme.md +++ b/Readme.md @@ -171,24 +171,24 @@ Bundled Locales Contributors ============ -* [Rob Colburn](https://github.com/robcolburn) -* [Cory Heslip](https://github.com/cheslip) -* [TJ Holowaychuk](https://github.com/tj) -* [Forbes Lindesay](https://github.com/ForbesLindesay) * [Alexandr Nikitin](https://github.com/alexandrnikitin) -* [Ryan Regalado](https://github.com/d48) -* [Sami Samhuri](https://github.com/samsonjs) +* [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://github.com/iFixit) * [Andrew Schaaf](https://github.com/andrewschaaf) -* [Ryan Stafford](https://github.com/ryanstafford) -* [w0den](https://github.com/w0den) -* [John Zwinck](https://github.com/jzwinck) -* [Peter deHaan](https://github.com/pdehaan) -* [Kevin Jin](https://github.com/Kevin-Jin) -* [Stian Grytøyr](https://github.com/stiang) * [Ayman Nedjmeddine](https://github.com/IOAyman) -* [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://github.com/iFixit) +* [Cory Heslip](https://github.com/cheslip) +* [Forbes Lindesay](https://github.com/ForbesLindesay) +* [John Zwinck](https://github.com/jzwinck) * [Joost Hietbrink](https://github.com/joost) +* [Kevin Jin](https://github.com/Kevin-Jin) * [Michael J.](https://github.com/michaeljayt) +* [Peter deHaan](https://github.com/pdehaan) +* [Rob Colburn](https://github.com/robcolburn) +* [Ryan Regalado](https://github.com/d48) +* [Ryan Stafford](https://github.com/ryanstafford) +* [Sami Samhuri](https://github.com/samsonjs) +* [Stian Grytøyr](https://github.com/stiang) +* [TJ Holowaychuk](https://github.com/tj) +* [w0den](https://github.com/w0den) License diff --git a/package.json b/package.json index 0c312c7..30f3587 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,23 @@ "homepage": "http://samhuri.net/proj/strftime", "author": "Sami Samhuri ", "contributors": [ - "Sami Samhuri (http://samhuri.net)", - "Andrew Schaaf (http://andrewschaaf.com/)", - "Rob Colburn (http://robcolburn.com/)", - "Ryan Stafford (http://droffats.net/)", - "Alexandr Nikitin ", - "TJ Holowaychuk (http://tjholowaychuk.com/)", - "John Zwinck (https://github.com/jzwinck)", + "Alexandr Nikitin (https://github.com/alexandrnikitin)", + "Andrew Pirondini of iFixit (https://github.com/andrewjpiro)", + "Andrew Schaaf (https://github.com/andrewschaaf)", + "Ayman Nedjmeddine (https://github.com/IOAyman)", + "Cory Heslip (https://github.com/cheslip)", "Forbes Lindesay (https://github.com/ForbesLindesay)", + "John Zwinck (https://github.com/jzwinck)", + "Joost Hietbrink (https://github.com/joost)", + "Kevin Jin (https://github.com/Kevin-Jin)", + "Michael J. (https://github.com/michaeljayt)", + "Peter deHaan (https://github.com/pdehaan)", + "Rob Colburn (https://github.com/robcolburn)", "Ryan Regalado (https://github.com/d48)", + "Ryan Stafford (https://github.com/ryanstafford)", + "Sami Samhuri (https://github.com/samsonjs)", + "Stian Grytøyr (https://github.com/stiang)", + "TJ Holowaychuk (https://github.com/tj)", "w0den (https://github.com/w0den)" ], "repository": {