From 8cf202cdf80f4f2d924dcc1d9d13414839bf59b8 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 9 Nov 2018 10:00:39 -0800 Subject: [PATCH] chore: drop contributors from multiple places (#262) --- .mailmap | 8 -------- CONTRIBUTORS | 28 ---------------------------- package.json | 25 ------------------------- 3 files changed, 61 deletions(-) delete mode 100644 .mailmap delete mode 100644 CONTRIBUTORS diff --git a/.mailmap b/.mailmap deleted file mode 100644 index 3db82848..00000000 --- a/.mailmap +++ /dev/null @@ -1,8 +0,0 @@ -Jason Dobry Jason Dobry -Jason Dobry Jason Dobry -Jun Mukai Jun Mukai -Luke Sneeringer Luke Sneeringer -Stephen Sawchuk Stephen Sawchuk -Stephen Sawchuk Stephen Sawchuk -Alexander Fenster Alexander Fenster -Rebecca Taylor Rebecca Taylor diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index 988e0813..00000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,28 +0,0 @@ -# The names of individuals who have contributed to this project. -# -# Names are formatted as: -# name -# -Ace Nassri -Alexander Fenster -Ali Ijaz Sheikh -Christopher Wilcox -Dave Gramlich -Ernest Landrito -Gus Class -Jason Dobry -Jonathan Lui -Jun Mukai -Justin Beckwith -Justin Beckwith -Kelvin Jin -Luke Sneeringer -Rebecca Taylor -Shahin -Song Wang -Stephen Sawchuk -Tim Swast -calibr -dpebot -greenkeeper[bot] -rtw diff --git a/package.json b/package.json index 1dd2dca7..5200f413 100644 --- a/package.json +++ b/package.json @@ -28,31 +28,6 @@ "vision", "Google Cloud Vision API" ], - "contributors": [ - "Ace Nassri ", - "Alexander Fenster ", - "Ali Ijaz Sheikh ", - "Christopher Wilcox ", - "Dave Gramlich ", - "Ernest Landrito ", - "Gus Class ", - "Jason Dobry ", - "Jonathan Lui ", - "Jun Mukai ", - "Justin Beckwith ", - "Justin Beckwith ", - "Kelvin Jin ", - "Luke Sneeringer ", - "Rebecca Taylor ", - "Shahin ", - "Song Wang ", - "Stephen Sawchuk ", - "Tim Swast ", - "calibr ", - "dpebot ", - "greenkeeper[bot] ", - "rtw " - ], "scripts": { "cover": "nyc --reporter=lcov mocha test/*.js && nyc report", "docs": "jsdoc -c .jsdoc.js",