We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b10164 + 084d477 commit 57e6c7aCopy full SHA for 57e6c7a
scripts/build_npm.ts
@@ -39,8 +39,8 @@ Deno.copyFileSync("LICENSE", "npm/LICENSE");
39
// build README for npm
40
let readme = Deno.readTextFileSync("README.md");
41
readme = readme.replaceAll(
42
- "@core/unknownutil",
43
- name,
+ `"@core/unknownutil"`,
+ `"${name}"`,
44
);
45
46
"## Usage",
0 commit comments