Skip to content

Commit b30277e

Browse files
authored
fix(ref/js): point to new langgraph module dir (#1142)
needs an update after this PR got merged: langchain-ai/langgraphjs#1742
1 parent 26865fc commit b30277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/javascript/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const SOURCES: Source[] = [
220220
},
221221
{
222222
package: "@langchain/langgraph",
223-
path: "libs/langgraph",
223+
path: "libs/langgraph-core",
224224
repo: "langchain-ai/langgraphjs",
225225
branch: "main",
226226
},

0 commit comments

Comments
 (0)