diff --git a/README.md b/README.md
index b97b9e3..e58d65e 100644
--- a/README.md
+++ b/README.md
@@ -54,14 +54,8 @@ and if neither `ignore` nor `match` presented, the new function will always retu
[MIT](LICENSE)
-
-
## Contributors
-|[![](https://avatars.githubusercontent.com/u/985607?v=4)
dead-horse](https://github.com/dead-horse)
|[![](https://avatars.githubusercontent.com/u/156269?v=4)
fengmk2](https://github.com/fengmk2)
|[![](https://avatars.githubusercontent.com/u/7903541?v=4)
releasethecow](https://github.com/releasethecow)
|[![](https://avatars.githubusercontent.com/u/227713?v=4)
atian25](https://github.com/atian25)
|[![](https://avatars.githubusercontent.com/u/5102113?v=4)
xyeric](https://github.com/xyeric)
|
-| :---: | :---: | :---: | :---: | :---: |
-
-
-This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Dec 14 2023 17:20:14 GMT+0800`.
+[![Contributors](https://contrib.rocks/image?repo=eggjs/egg-path-matching)](https://github.com/eggjs/egg-path-matching/graphs/contributors)
-
+Made with [contributors-img](https://contrib.rocks).
diff --git a/package.json b/package.json
index aa7f725..d343b06 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,6 @@
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"ci": "npm run lint && egg-bin cov && npm run prepublishOnly",
- "contributor": "git-contributor",
"prepublishOnly": "tshy && tshy-after"
},
"keywords": [
@@ -29,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
- "path-to-regexp": "^6.2.2"
+ "path-to-regexp": "^6.3.0"
},
"devDependencies": {
"@eggjs/tsconfig": "1",
@@ -38,7 +37,6 @@
"egg-bin": "6",
"eslint": "8",
"eslint-config-egg": "13",
- "git-contributor": "2",
"tshy": "1",
"tshy-after": "1",
"typescript": "5"