From 7d0fd325e33198a84dfbe1ad401a70fd0b285a27 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 | 26 -------------------------- package.json | 23 ----------------------- 2 files changed, 49 deletions(-) delete mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index d9acfa92..00000000 --- a/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/package.json b/package.json index e2e6aa0e..b7e5b419 100644 --- a/package.json +++ b/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",