Skip to content

Commit 03a0f45

Browse files
wolfy1339oscard0m
andauthored
Update scripts/build.mjs
Co-authored-by: Oscar Dominguez <[email protected]>
1 parent 3f591ae commit 03a0f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function main() {
7575
files: ["dist-*/**", "bin/**"],
7676
main: "dist-node/index.js",
7777
module: "dist-web/index.js",
78-
types: "dist-src/index.d.ts",
78+
types: "dist-types/index.d.ts",
7979
source: "dist-src/index.js",
8080
sideEffects: false,
8181
},

0 commit comments

Comments
 (0)