Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Schotsl/Uwuifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl committed Oct 3, 2024
2 parents 56eea3f + 44b722e commit 9d20767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div style="display: flex; gap: 1rem; align-items: center; margin: 0 0 1rem;">
<a href="https://badge.fury.io/js/uwuifier">
<img src="https://badge.fury.io/js/uwuifier.svg" alt="npm version badge" />
<img src="https://badge.fury.io/js/uwuifier.svg" alt="NPM badge" />
</a>
<a href="https://jsr.io/@schotsl/uwuifier">
<img src="https://jsr.io/badges/@schotsl/uwuifier" alt="JSR badge" />
Expand Down
2 changes: 2 additions & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ await build({
bugs: {
url: "https://github.com/Schotsl/Uwuifier/issues",
},
// Less then ideal but I couldn't get JSR to work in Node while using dnt
test: false,
},
postBuild() {
Deno.copyFileSync("README.md", "npm/README.md");
Expand Down

0 comments on commit 9d20767

Please sign in to comment.