Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a8f42e6

Browse files
committed
Fix case of file
1 parent dba7182 commit a8f42e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import typescript from "@rollup/plugin-typescript";
88
const createConfig = (format) => {
99
const extension = format === "esm" ? "mjs" : "cjs";
1010
return {
11-
input: "src/decimal128.mts",
11+
input: "src/Decimal128.mts",
1212
output: [
1313
{
1414
sourcemap: true,

0 commit comments

Comments
 (0)