Skip to content

Commit

Permalink
fix(pkg): add main field
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 27, 2024
1 parent e6c0c35 commit 1775a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ async function main() {
{
...pkg,
files: ["dist-*/**", "bin/**"],
main: "dist-node/index.js",
types: "dist-types/index.d.ts",
exports: {
".": {
types: "./dist-types/index.d.ts",
Expand Down

0 comments on commit 1775a77

Please sign in to comment.