Skip to content

Commit 110fddb

Browse files
committed
link contributor GitHub profiles in README and package.json
https://claude.ai/code/session_01SyCKFnjBXTck1E1nx3amFE
1 parent d36b36c commit 110fddb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ interface Tool<TInput = Record<string, unknown>, TOutput = unknown> {
255255
## Contributors
256256

257257
- [Max](https://github.com/maxjay)
258-
- Beth Grant
259-
- Hanqi Zhou
260-
- George Wright
258+
- [Beth Grant](https://github.com/bethGrant)
259+
- [Hanqi Zhou](https://github.com/hanqi-zhou)
260+
- [George Wright](https://github.com/wrightg42)
261261

262262
## License
263263

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
],
4040
"author": "Max <maxjay2000@gmail.com>",
4141
"contributors": [
42-
{ "name": "Beth Grant", "email": "bethgrant@live.co.uk" },
43-
{ "name": "Hanqi Zhou", "email": "hz645@cornell.edu" },
44-
{ "name": "George Wright", "email": "wrightgeorge42@gmail.com" }
42+
{ "name": "Beth Grant", "email": "bethgrant@live.co.uk", "url": "https://github.com/bethGrant" },
43+
{ "name": "Hanqi Zhou", "email": "hz645@cornell.edu", "url": "https://github.com/hanqi-zhou" },
44+
{ "name": "George Wright", "email": "wrightgeorge42@gmail.com", "url": "https://github.com/wrightg42" }
4545
],
4646
"license": "Apache-2.0",
4747
"bugs": {

0 commit comments

Comments
 (0)