Skip to content

Commit 3bf1ba1

Browse files
committedFeb 12, 2023
feat: add contributors
1 parent 8566f10 commit 3bf1ba1

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,15 @@ Please open an issue [here](https://github.com/eggjs/egg/issues).
5252
## License
5353

5454
[MIT](https://github.com/eggjs/egg-static/blob/master/LICENSE)
55+
56+
<!-- GITCONTRIBUTOR_START -->
57+
58+
## Contributors
59+
60+
|[<img src="https://avatars.githubusercontent.com/u/985607?v=4" width="100px;"/><br/><sub><b>dead-horse</b></sub>](https://github.com/dead-horse)<br/>|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/227713?v=4" width="100px;"/><br/><sub><b>atian25</b></sub>](https://github.com/atian25)<br/>|[<img src="https://avatars.githubusercontent.com/u/360661?v=4" width="100px;"/><br/><sub><b>popomore</b></sub>](https://github.com/popomore)<br/>|[<img src="https://avatars.githubusercontent.com/u/2127199?v=4" width="100px;"/><br/><sub><b>okoala</b></sub>](https://github.com/okoala)<br/>|[<img src="https://avatars.githubusercontent.com/u/559179?v=4" width="100px;"/><br/><sub><b>airyland</b></sub>](https://github.com/airyland)<br/>|
61+
| :---: | :---: | :---: | :---: | :---: | :---: |
62+
[<img src="https://avatars.githubusercontent.com/u/1798364?v=4" width="100px;"/><br/><sub><b>helloyou2012</b></sub>](https://github.com/helloyou2012)<br/>|[<img src="https://avatars.githubusercontent.com/u/8816730?v=4" width="100px;"/><br/><sub><b>maxming2333</b></sub>](https://github.com/maxming2333)<br/>
63+
64+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Feb 12 2023 17:38:47 GMT+0800`.
65+
66+
<!-- GITCONTRIBUTOR_END -->

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"egg-bin": "5",
3333
"egg-mock": "5",
3434
"eslint": "8",
35-
"eslint-config-egg": "12"
35+
"eslint-config-egg": "12",
36+
"git-contributor": "2"
3637
},
3738
"engines": {
3839
"node": ">=14.0.0"
@@ -42,7 +43,8 @@
4243
"test": "npm run lint -- --fix && npm run test-local",
4344
"test-local": "egg-bin test",
4445
"cov": "egg-bin cov",
45-
"ci": "npm run lint && npm run cov"
46+
"ci": "npm run lint && npm run cov",
47+
"contributor": "git-contributor"
4648
},
4749
"author": "dead_horse",
4850
"license": "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.