Skip to content

Commit

Permalink
Merge main into sweep/fix-lockfile-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Nov 14, 2023
2 parents 0717f0d + 02b1d17 commit 7eb6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-llama/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from "fs/promises";
import os from "os";
import path from "path";
import { bold, cyan } from "picocolors";
import { version } from "../package.json";
import { version } from "../../core/package.json";

import { PackageManager } from "../helpers/get-pkg-manager";
import {
Expand Down

0 comments on commit 7eb6024

Please sign in to comment.