From ff7a033ff792302aa914ce7518d7f1d0aef9687f Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 9 Nov 2018 10:00:18 -0800 Subject: [PATCH] chore: drop contributors from multiple places (#202) --- packages/google-cloud-compute/CONTRIBUTORS | 26 ---------------------- packages/google-cloud-compute/package.json | 23 ------------------- 2 files changed, 49 deletions(-) delete mode 100644 packages/google-cloud-compute/CONTRIBUTORS diff --git a/packages/google-cloud-compute/CONTRIBUTORS b/packages/google-cloud-compute/CONTRIBUTORS deleted file mode 100644 index d9acfa929ca..00000000000 --- a/packages/google-cloud-compute/CONTRIBUTORS +++ /dev/null @@ -1,26 +0,0 @@ -# The names of individuals who have contributed to this project. -# -# Names are formatted as: -# name -# -Ace Nassri -Akash Krishnan -Alexander Fenster -Ashley -Ashley Schuett -CRoed -Dave Gramlich -Eric Uldall -F. Hinkelmann -Jason Dobry -Jason Dobry -Kevin Leung -Luke Sneeringer -Luke Sneeringer -NickZ -Stephen -Stephen Sawchuk -Stephen Sawchuk -Tim Swast -cbastuck -greenkeeper[bot] diff --git a/packages/google-cloud-compute/package.json b/packages/google-cloud-compute/package.json index e2e6aa0e100..b7e5b419a28 100644 --- a/packages/google-cloud-compute/package.json +++ b/packages/google-cloud-compute/package.json @@ -27,29 +27,6 @@ "google compute engine", "compute engine" ], - "contributors": [ - "Ace Nassri ", - "Akash Krishnan ", - "Alexander Fenster ", - "Ashley ", - "Ashley Schuett ", - "CRoed ", - "Dave Gramlich ", - "Eric Uldall ", - "F. Hinkelmann ", - "Jason Dobry ", - "Jason Dobry ", - "Kevin Leung ", - "Luke Sneeringer ", - "Luke Sneeringer ", - "NickZ ", - "Stephen ", - "Stephen Sawchuk ", - "Stephen Sawchuk ", - "Tim Swast ", - "cbastuck ", - "greenkeeper[bot] " - ], "scripts": { "cover": "nyc --reporter=lcov mocha test/*.js && nyc report", "docs": "jsdoc -c .jsdoc.js",