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.
1 parent 3b10164 commit 084d477Copy full SHA for 084d477
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