Skip to content

Commit

Permalink
Merge pull request #8 from godotjs/fix-package-json-issue
Browse files Browse the repository at this point in the history
fix: issue with package.json
  • Loading branch information
nmerget authored Sep 27, 2024
2 parents 70ba409 + 876f81c commit d3e79a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ await build({
platform: "node",
format: "esm",
packages: "external",
external: ["package.json"],
minify: true,
});

0 comments on commit d3e79a8

Please sign in to comment.