Skip to content

Commit

Permalink
docs: package author and contributors (#270)
Browse files Browse the repository at this point in the history
**Partially fixes**: #259 

- [x] Check the commit's or even all commits' message styles matches our requested structure.
- [x] Check your code additions will fail neither code linting checks nor unit test.

#### Short description of what this resolves:

Give the main contributor some credits

#### Proposed changes:

- Added main contributors to the package.json

👍 Thank you!
  • Loading branch information
Shinigami authored and thedaviddias committed Sep 3, 2018
1 parent 195a136 commit fb52ad7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Expand Up @@ -48,7 +48,25 @@
"analysis",
"javascript"
],
"author": "David Dias (thedaviddias@gmail.com)",
"author": {
"name": "David Dias",
"email": "thedaviddias@gmail.com",
"url": "https://thedaviddias.me"
},
"contributors": [
{
"name": "Yanis Wang",
"email": "yanis.wang@gmail.com"
},
{
"name": "Serj Lavrin",
"url": "https://lavrins.com"
},
{
"name": "Christopher Quadflieg",
"email": "chrissi92@hotmail.de"
}
],
"license": "MIT",
"scripts": {
"semantic-release": "semantic-release"
Expand Down

0 comments on commit fb52ad7

Please sign in to comment.