Skip to content

Commit

Permalink
refactor: change umd name
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 29, 2024
1 parent 5023dad commit 8ea7344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-umd.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const bundle = await rollup({
await bundle.write({
format: "umd",
file: "dist/main.umd.js",
name: "remitter",
name: "Remitter",
});

0 comments on commit 8ea7344

Please sign in to comment.