File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,15 @@ Please open an issue [here](https://github.com/eggjs/egg/issues).
52
52
## License
53
53
54
54
[ 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 -->
Original file line number Diff line number Diff line change 32
32
"egg-bin" : " 5" ,
33
33
"egg-mock" : " 5" ,
34
34
"eslint" : " 8" ,
35
- "eslint-config-egg" : " 12"
35
+ "eslint-config-egg" : " 12" ,
36
+ "git-contributor" : " 2"
36
37
},
37
38
"engines" : {
38
39
"node" : " >=14.0.0"
42
43
"test" : " npm run lint -- --fix && npm run test-local" ,
43
44
"test-local" : " egg-bin test" ,
44
45
"cov" : " egg-bin cov" ,
45
- "ci" : " npm run lint && npm run cov"
46
+ "ci" : " npm run lint && npm run cov" ,
47
+ "contributor" : " git-contributor"
46
48
},
47
49
"author" : " dead_horse" ,
48
50
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments