Skip to content

Commit

Permalink
chore: fix npm build & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Sep 30, 2022
1 parent a578f5b commit 345b248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ await build({
});

// post build steps
Deno.copyFileSync("LICENSE", "npm/LICENSE");
Deno.copyFileSync("README.md", "npm/README.md");
Deno.copyFileSync("hpr-trgwii.jpg", "npm/hpr-trgwii.jpg");
Deno.copyFileSync("LICENSE", "npm/hyper/LICENSE");
Deno.copyFileSync("README.md", "npm/hyper/README.md");
Deno.copyFileSync("hpr-trgwii.jpg", "npm/hyper/hpr-trgwii.jpg");
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "2.0.0-alpha.13";
export const version = "2.0.0-alpha.14";

0 comments on commit 345b248

Please sign in to comment.