Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 26, 2024
1 parent a4b08a2 commit 8f57588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/create-langchain-integration/helpers/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export async function installTemplate({ appName, root }: any) {
const packageJson: any = JSON.parse(

Check warning on line 28 in libs/create-langchain-integration/helpers/templates.ts

View workflow job for this annotation

GitHub Actions / Check linting

Unexpected any. Specify a different type
await fs.readFile(packageJsonFile, "utf8")
);
packageJson.name = appName;

packageJson.name = appName;
if (appName.startsWith("@langchain/")) {
const integrationName = appName.replace("@langchain/", "");
packageJson.description = `Integration for LangChain ${integrationName}`;
Expand Down

0 comments on commit 8f57588

Please sign in to comment.