Skip to content

Commit

Permalink
docs!: add @mdeltito as a contributor
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Adding @mdeltito as a contributor for release of 2.0.0 of
this package.
  • Loading branch information
mdeltito committed Feb 19, 2021
1 parent c89e262 commit 27202d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"contributions": [
"original"
]
},
{
"login": "mdeltito",
"name": "Mike Del Tito",
"avatar_url": "https://avatars.githubusercontent.com/u/69520?v=4",
"profile": "https://github.com/mdeltito",
"contributions": [
"code",
"doc",
"example",
"tool"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pino-logdna
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

> Transport pino logs to LogDNA
Expand Down Expand Up @@ -101,6 +101,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://www.linkedin.com/in/ziehlke/"><img src="https://avatars.githubusercontent.com/u/226042?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maciej Ziehlke</b></sub></a><br /><a href="#original-digitalmio" title="Original author/maintainer">⭐</a></td>
<td align="center"><a href="https://github.com/mdeltito"><img src="https://avatars.githubusercontent.com/u/69520?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mike Del Tito</b></sub></a><br /><a href="https://github.com/logdna/pino-logdna/commits?author=mdeltito" title="Code">💻</a> <a href="https://github.com/logdna/pino-logdna/commits?author=mdeltito" title="Documentation">📖</a> <a href="#example-mdeltito" title="Examples">💡</a> <a href="#tool-mdeltito" title="Tools">🔧</a></td>
</tr>
</table>

Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
"name": "LogDNA, Inc.",
"email": "[email protected]"
},
"contributors": [
{
"name": "Mike Del Tito",
"email": "[email protected]"
}
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/logdna/pino-logdna/issues"
Expand Down

0 comments on commit 27202d8

Please sign in to comment.