Skip to content

Commit

Permalink
contributors 업데이트 (#3)
Browse files Browse the repository at this point in the history
* Add @Jerimo as a contributor

* docs: Contributors 업데이트
  • Loading branch information
hmu332233 authored May 4, 2022
1 parent 45a9344 commit 235082b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"maintenance",
"code"
]
},
{
"login": "jerimo",
"name": "Suji Kim",
"avatar_url": "https://avatars.githubusercontent.com/u/48341341?v=4",
"profile": "https://jerimo.github.io/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Star, Issue, Pull Request 등등 모두 감사합니다.

<!-- 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 -->

Expand All @@ -76,6 +76,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://github.com/hmu332233"><img src="https://avatars.githubusercontent.com/u/10302969?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Minung Han</b></sub></a><br /><a href="#maintenance-hmu332233" title="Maintenance">🚧</a> <a href="https://github.com/hmu332233/moon.svg/commits?author=hmu332233" title="Code">💻</a></td>
<td align="center"><a href="https://jerimo.github.io/"><img src="https://avatars.githubusercontent.com/u/48341341?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Suji Kim</b></sub></a><br /><a href="https://github.com/hmu332233/moon.svg/commits?author=jerimo" title="Code">💻</a></td>
</tr>
</table>

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"start": "next start",
"lint": "next lint",
"lint-staged": "lint-staged",
"prettier": "prettier --write ./pages ./components ./hooks ./server ./utils"
"prettier": "prettier --write ./pages ./components ./hooks ./server ./utils",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"astronomy-bundle": "^7.5.3",
Expand Down

1 comment on commit 235082b

@vercel
Copy link

@vercel vercel bot commented on 235082b May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.