diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 6920f15cb..000000000 --- a/AUTHORS +++ /dev/null @@ -1,12 +0,0 @@ -# Ordered by date of first contribution. -# Auto-generated by 'contributors' on Wed, 01 Apr 2015 16:09:04 GMT. -# https://github.com/xingrz/node-contributors - -PeterRao (https://github.com/PeterRao) -dead_horse -chunpu -fengmk2 (https://github.com/fengmk2) -Yan Qing (https://github.com/zensh) -mars-coder (https://github.com/mars-coder) -Jacky Tang (https://github.com/jackytck) - diff --git a/README.md b/README.md index cb04cd6fe..8cbd1d1a6 100644 --- a/README.md +++ b/README.md @@ -4468,3 +4468,19 @@ SecurityTokenExpiredError | SecurityTokenExpired | 403 | sts Security Token Expi [oss-sts]: https://help.aliyun.com/document_detail/oss/practice/ram_guide.html [oss-multipart]: https://help.aliyun.com/document_detail/31992.html + + +## Contributors + +|[
PeterRao](https://github.com/PeterRao)
|[
rockuw](https://github.com/rockuw)
|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
taotao7](https://github.com/taotao7)
|[
weiyie](https://github.com/weiyie)
| +| :---: | :---: | :---: | :---: | :---: | :---: | +|[
binghaiwang](https://github.com/binghaiwang)
|[
greenkeeperio-bot](https://github.com/greenkeeperio-bot)
|[
luozhang002](https://github.com/luozhang002)
|[
beajer](https://github.com/beajer)
|[
mars-coder](https://github.com/mars-coder)
|[
duan007a](https://github.com/duan007a)
| +|[
Ari1c](https://github.com/Ari1c)
|[
Pedestrian93](https://github.com/Pedestrian93)
|[
microJ](https://github.com/microJ)
|[
aloisklink](https://github.com/aloisklink)
|[
popomore](https://github.com/popomore)
|[
semantic-release-bot](https://github.com/semantic-release-bot)
| +|[
1019272778](https://github.com/1019272778)
|[
zensh](https://github.com/zensh)
|[
fool2fish](https://github.com/fool2fish)
|[
AviVahl](https://github.com/AviVahl)
|[
danielwpz](https://github.com/danielwpz)
|[
tianniu0106](https://github.com/tianniu0106)
| +|[
JacksonTian](https://github.com/JacksonTian)
|[
jackytck](https://github.com/jackytck)
|[
leoliew](https://github.com/leoliew)
|[
lfeng](https://github.com/lfeng)
|[
snyk-bot](https://github.com/snyk-bot)
|[
yupeng-yuxiaoyu](https://github.com/yupeng-yuxiaoyu)
| +|[
sartoshi-foot-dao](https://github.com/sartoshi-foot-dao)
|[
chay-xu](https://github.com/chay-xu)
|[
chunpu](https://github.com/chunpu)
|[
dependabot[bot]](https://github.com/apps/dependabot)
|[
duncup](https://github.com/duncup)
|[
qin](https://github.com/qin)
| +[
rdwh](https://github.com/rdwh)
|[
richex-cn](https://github.com/richex-cn)
|[
hengshanMWC](https://github.com/hengshanMWC)
+ +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Sep 16 2023 01:02:55 GMT+0800`. + + \ No newline at end of file diff --git a/package.json b/package.json index 307e9f3f3..7b1c11b39 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "test-local": "egg-bin test --ts false", "tsd": "tsd", "cov": "egg-bin cov --parallel --ts false", - "ci": "npm run lint && npm run tsd && npm run cov" + "ci": "npm run lint && npm run tsd && npm run cov", + "contributor": "git-contributor" }, "repository": { "type": "git", @@ -56,6 +57,7 @@ "egg-bin": "^6.4.1", "eslint": "^8.25.0", "eslint-config-egg": "^12.1.0", + "git-contributor": "^2.1.5", "mm": "^3.2.0", "sinon": "^1.17.7", "tsd": "^0.28.1",