Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
chore: Add npm maintainers
Browse files Browse the repository at this point in the history
This adds a maintainers field to the package.json. Ideally, someone else should be in this field, too. Please add another contributor as a maintainer for this npm package, such as @shamb0t, by typing: `npm owner add @shamb0t`. Then, add them to the maintainers field in this PR, or ping me to do it. Thank you.
  • Loading branch information
RichardLitt committed Mar 26, 2019
1 parent a1df589 commit 98094d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
}
},
"maintainers": [
"haad <haad@headbanggames.com>"
]
}

0 comments on commit 98094d3

Please sign in to comment.