Skip to content

Commit

Permalink
Update scripts/build.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Dominguez <[email protected]>
  • Loading branch information
wolfy1339 and oscard0m committed Apr 7, 2023
1 parent 7799db5 commit ad6afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function main() {
files: ["dist-*/**", "bin/**"],
main: "dist-node/index.js",
module: "dist-web/index.js",
types: "dist-src/index.d.ts",
types: "dist-types/index.d.ts",
source: "dist-src/index.js",
sideEffects: false,
},
Expand Down

0 comments on commit ad6afbb

Please sign in to comment.