Skip to content

Commit

Permalink
remove reserved 'maintainers' field from package.json
Browse files Browse the repository at this point in the history
this field is [used internally](https://docs.npmjs.com/files/package.json#people-fields-author-contributors) by npm; its presence may cause confusion
  • Loading branch information
boneskull committed May 13, 2016
1 parent ba5637d commit 488fd6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@
"type": "git",
"url": "git://github.com/mochajs/mocha.git"
},
"maintainers": [
"travisjeffery <tj@travisjeffery.com>",
"jbnicolai <joshua@jbna.nl>",
"boneskull <chiller@badwing.com>"
],
"main": "./index",
"bin": {
"mocha": "./bin/mocha",
Expand Down

0 comments on commit 488fd6f

Please sign in to comment.