Skip to content

Commit 345b248

Browse files
committed
chore: fix npm build & bump version
1 parent a578f5b commit 345b248

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build_npm.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ await build({
2323
});
2424

2525
// post build steps
26-
Deno.copyFileSync("LICENSE", "npm/LICENSE");
27-
Deno.copyFileSync("README.md", "npm/README.md");
28-
Deno.copyFileSync("hpr-trgwii.jpg", "npm/hpr-trgwii.jpg");
26+
Deno.copyFileSync("LICENSE", "npm/hyper/LICENSE");
27+
Deno.copyFileSync("README.md", "npm/hyper/README.md");
28+
Deno.copyFileSync("hpr-trgwii.jpg", "npm/hyper/hpr-trgwii.jpg");

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.0.0-alpha.13";
1+
export const version = "2.0.0-alpha.14";

0 commit comments

Comments
 (0)