Skip to content

Commit 0b14874

Browse files
authored
chore: add contributors (#117)
1 parent 543b2bc commit 0b14874

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,14 @@ Hessian 2.0 introduced [ref](http://hessian.caucho.com/doc/hessian-serialization
407407
## Licences
408408

409409
[MIT](LICENSE)
410+
<!-- GITCONTRIBUTOR_START -->
411+
412+
## Contributors
413+
414+
|[<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/1207064?v=4" width="100px;"/><br/><sub><b>gxcsoccer</b></sub>](https://github.com/gxcsoccer)<br/>|[<img src="https://avatars.githubusercontent.com/u/340282?v=4" width="100px;"/><br/><sub><b>fool2fish</b></sub>](https://github.com/fool2fish)<br/>|[<img src="https://avatars.githubusercontent.com/u/1400114?v=4" width="100px;"/><br/><sub><b>coolme200</b></sub>](https://github.com/coolme200)<br/>|[<img src="https://avatars.githubusercontent.com/u/1433247?v=4" width="100px;"/><br/><sub><b>denghongcai</b></sub>](https://github.com/denghongcai)<br/>|
415+
| :---: | :---: | :---: | :---: | :---: | :---: |
416+
[<img src="https://avatars.githubusercontent.com/u/327019?v=4" width="100px;"/><br/><sub><b>JacksonTian</b></sub>](https://github.com/JacksonTian)<br/>|[<img src="https://avatars.githubusercontent.com/u/1681459?v=4" width="100px;"/><br/><sub><b>xusiyuan841028</b></sub>](https://github.com/xusiyuan841028)<br/>|[<img src="https://avatars.githubusercontent.com/u/19733683?v=4" width="100px;"/><br/><sub><b>snyk-bot</b></sub>](https://github.com/snyk-bot)<br/>
417+
418+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Nov 01 2021 18:13:11 GMT+0800`.
419+
420+
<!-- GITCONTRIBUTOR_END -->

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"lint": "jshint .",
1414
"ci": "npm run lint && npm run test-cov",
1515
"autod": "autod",
16-
"benchmark": "node benchmark/encode.js && node benchmark/decode.js"
16+
"benchmark": "node benchmark/encode.js && node benchmark/decode.js",
17+
"contributor": "git-contributor"
1718
},
1819
"repository": {
1920
"type": "git",
@@ -44,6 +45,7 @@
4445
"autod": "^3.1.0",
4546
"beautify-benchmark": "^0.2.4",
4647
"benchmark": "^2.1.4",
48+
"git-contributor": "^1.0.10",
4749
"istanbul": "^0.4.5",
4850
"js-to-java": "^2.6.1",
4951
"jshint": "^2.10.2",

0 commit comments

Comments
 (0)