chore(agent-sdk): tweak package.json repository URL

This commit is contained in:
Ishaan Jaffer 2026-05-06 14:59:43 -07:00
parent 1a9fbc63e6
commit f68b984fe2

View file

@ -7,7 +7,7 @@
"homepage": "https://github.com/BerriAI/litellm/tree/main/sdks/typescript-agent-sdk",
"repository": {
"type": "git",
"url": "https://github.com/BerriAI/litellm.git",
"url": "git+https://github.com/BerriAI/litellm.git",
"directory": "sdks/typescript-agent-sdk"
},
"main": "dist/index.js",