Skip to content

Commit 57e6c7a

Browse files
authored
Merge pull request #78 from jsr-core/fix-npm
📝 Fix NPM README
2 parents 3b10164 + 084d477 commit 57e6c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_npm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Deno.copyFileSync("LICENSE", "npm/LICENSE");
3939
// build README for npm
4040
let readme = Deno.readTextFileSync("README.md");
4141
readme = readme.replaceAll(
42-
"@core/unknownutil",
43-
name,
42+
`"@core/unknownutil"`,
43+
`"${name}"`,
4444
);
4545
readme = readme.replaceAll(
4646
"## Usage",

0 commit comments

Comments
 (0)