From 488fd6ff5451690955b7c7c6ba5594729635897c Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 12 May 2016 22:04:43 -0700 Subject: [PATCH] remove reserved 'maintainers' field from package.json this field is [used internally](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) by npm; its presence may cause confusion --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index af7a69fd5a..49b780cc18 100644 --- a/package.json +++ b/package.json @@ -257,11 +257,6 @@ "type": "git", "url": "git://github.com/mochajs/mocha.git" }, - "maintainers": [ - "travisjeffery ", - "jbnicolai ", - "boneskull " - ], "main": "./index", "bin": { "mocha": "./bin/mocha",