From 235082b1e38c2e081e0ee9b12818fe0f0f12ac75 Mon Sep 17 00:00:00 2001 From: Minung Han Date: Thu, 5 May 2022 00:19:42 +0900 Subject: [PATCH] =?UTF-8?q?contributors=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add @jerimo as a contributor * docs: Contributors 업데이트 --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- package.json | 4 +++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c65fed8..a445ecb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -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 diff --git a/README.md b/README.md index 02c97ca..72c3094 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Star, Issue, Pull Request 등등 모두 감사합니다. -[![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-) @@ -76,6 +76,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +

Minung Han

🚧 💻

Suji Kim

💻
diff --git a/package.json b/package.json index 3a697b8..378fa40 100644 --- a/package.json +++ b/package.json @@ -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",