From d884aaa924e2f38808fcf332525525e8596a2cc8 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Tue, 8 Sep 2015 13:45:18 -0700 Subject: [PATCH] remove contributors list from package.json We now have over a hundred contributors and this should not be listed in the package.json --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index d35a1c4cf9..44833cc65d 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,6 @@ "test": "mocha --compilers js:babel/register" }, "license": "(BSD-3-Clause AND CC-BY-SA-4.0)", - "contributors": [ - { - "name": "Quincy Larson", - "url": "https://github.com/QuincyLarson" - }, - { - "name": "Nathan Leniz", - "url": "https://github.com/terakilobyte" - } - ], "dependencies": { "accepts": "~1.2.5", "async": "~0.9.0",