Skip to content

Commit 488fd6f

Browse files
committed
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
1 parent ba5637d commit 488fd6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@
257257
"type": "git",
258258
"url": "git://github.com/mochajs/mocha.git"
259259
},
260-
"maintainers": [
261-
"travisjeffery <[email protected]>",
262-
"jbnicolai <[email protected]>",
263-
"boneskull <[email protected]>"
264-
],
265260
"main": "./index",
266261
"bin": {
267262
"mocha": "./bin/mocha",

0 commit comments

Comments
 (0)