Skip to content

Commit

Permalink
chore: update repository in package.json for github insights (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Dec 4, 2024
1 parent 3f1c8d8 commit e13e66f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
6 changes: 5 additions & 1 deletion langfuse-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"email": "[email protected]",
"url": "https://langfuse.com"
},
"repository": "https://github.com/langfuse/langfuse-js",
"repository": {
"type": "git",
"url": "https://github.com/langfuse/langfuse-js.git",
"directory": "langfuse-core"
},
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.mjs",
Expand Down
6 changes: 5 additions & 1 deletion langfuse-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"email": "[email protected]",
"url": "https://langfuse.com"
},
"repository": "https://github.com/langfuse/langfuse-js",
"repository": {
"type": "git",
"url": "https://github.com/langfuse/langfuse-js.git",
"directory": "langfuse-langchain"
},
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.mjs",
Expand Down
6 changes: 5 additions & 1 deletion langfuse-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"engines": {
"node": ">=18.0.0"
},
"repository": "https://github.com/langfuse/langfuse-js",
"repository": {
"type": "git",
"url": "https://github.com/langfuse/langfuse-js.git",
"directory": "langfuse-node"
},
"license": "MIT",
"author": {
"name": "Langfuse",
Expand Down
6 changes: 5 additions & 1 deletion langfuse-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"email": "[email protected]",
"url": "https://langfuse.com"
},
"repository": "https://github.com/langfuse/langfuse-js",
"repository": {
"type": "git",
"url": "https://github.com/langfuse/langfuse-js.git",
"directory": "langfuse-vercel"
},
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.mjs",
Expand Down
5 changes: 5 additions & 0 deletions langfuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"url": "https://langfuse.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/langfuse/langfuse-js.git",
"directory": "langfuse"
},
"main": "lib/index.cjs.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "langfuse-monorepo",
"name": "langfuse-js",
"description": "Modular monorepo for all Langfuse JS/TS SDKs",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit e13e66f

Please sign in to comment.