From 048d40cf68d0059db8187c1cfd520bbedd2e5d28 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 8 Nov 2018 21:40:15 -0800 Subject: [PATCH] chore: drop contributors from multiple places --- CONTRIBUTORS | 78 ---------------------------------------------------- package.json | 30 -------------------- 2 files changed, 108 deletions(-) delete mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index 7fadab53bd4..00000000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,78 +0,0 @@ -# People who have agreed to one of the CLAs and can contribute patches. The -# AUTHORS file lists the copyright holders; this file lists people. For example, -# Google employees are listed here but not in AUTHORS, because Google holds the -# copyright. -# -# https://developers.google.com/open-source/cla/individual -# https://developers.google.com/open-source/cla/corporate -# -# Names should be added to this file as: -# Name -Ace Nassri -Adam Cohen -Ali Ijaz Sheikh -Anders D. Johnson -Anson Chu -Anthony Pigeot -Ben Gourley -Ben Reinhart -Benton -Brad Vogel -Brandon Philips -Bruneau -Burcu Dogan -Caleb Case -Chris Bolin -Christian Carnero -Claudio Costa -Daniel Wang -Dave Bailey -Dick Choi -Eric Koleda -Farid Neshat -Geoffery Miller -Greenkeeper -Habib Rehman -Hammy Havoc -Ionică Bizău -Ivan -Jason Allor -Jason Dobry -Johan Euphrosine -Jonathan Bergknoff -Joseph Page -Josh Senick -Justin Beckwith -Larry Maccherone -Mark S. Everitt -Matt Gaunt -MidnightWonderer -Monsur Hossain -Morton Fox -OnaBai -Pieter Coucke -Preston Holmes -ReadmeCritic -Rich Parrish -Rob Hanlon -Robert Rossmann -Ryan Seys -Sebastian Seilund -Shay Erlichmen -Stephen Wan -Steven Bazyl -Tamal Saha -Theodore Wilson -Thomas Coffee -Tim Emiola -Vikram Tiwari -Vincent Scheib -bentona -ccarnero -eiriksm -glennschler -jbergknoff -proppy -rakyll -sebay00 -vladikoff diff --git a/package.json b/package.json index 14317bdb6ea..b8d1ab26e73 100644 --- a/package.json +++ b/package.json @@ -20,36 +20,6 @@ ], "repository": "google/google-api-nodejs-client", "name": "googleapis", - "contributors": [ - { - "email": "jbd@google.com", - "name": "Burcu Dogan" - }, - { - "email": "jasonall@google.com", - "name": "Jason Allor" - }, - { - "email": "jason.dobry@gmail.com", - "name": "Jason Dobry" - }, - { - "email": "ryanseys@google.com", - "name": "Ryan Seys" - }, - { - "email": "tbetbetbe@google.com", - "name": "Tim Emiola" - }, - { - "email": "beckwith@google.com", - "name": "Justin Beckwith" - }, - { - "email": "fenster@google.com", - "name": "Alexander Fenster" - } - ], "version": "34.0.0", "scripts": { "pretest": "npm run compile",