Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Jan 28, 2024
1 parent e3fcb12 commit f39912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/scripts/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function createAlias() {

await fs.cp(srcDist, targetDist, { recursive: true });

const pkgPath = path.resolve(srcDist, "package.json");
const pkgPath = path.resolve(targetDist, "package.json");

const pkg = JSON.parse(await fs.readFile(pkgPath, { encoding: "utf-8" }));
pkg["name"] = "@dqbd/tiktoken";
Expand Down

0 comments on commit f39912b

Please sign in to comment.