Skip to content
Snippets Groups Projects
Unverified Commit c2bb4185 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

chore: fix url in package.json (#1258)

parent ed6acbea
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/himself65/LlamaIndexTS.git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/cloud"
},
"devDependencies": {
......
......@@ -284,7 +284,7 @@
"repository": {
"type": "git",
"directory": "packages/core",
"url": "https://github.com/himself65/LlamaIndexTS.git"
"url": "https://github.com/run-llama/LlamaIndexTS.git"
},
"devDependencies": {
"@edge-runtime/vm": "^4.0.3",
......
......@@ -57,7 +57,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/himself65/LlamaIndexTS.git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/env"
},
"scripts": {
......
......@@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/llm/openai"
"directory": "packages/llm/ollama"
},
"scripts": {
"build": "bunchee",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment