Skip to content

Commit

Permalink
Revert "fix(pkg): correct path in default export fallback to point …
Browse files Browse the repository at this point in the history
…to the JS and not the types (#736)"

This reverts commit 817060b.
  • Loading branch information
wolfy1339 committed May 2, 2024
1 parent 703ebf8 commit 4aed459
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 @@ -59,7 +59,7 @@ async function main() {
import: "./dist-src/index.js",
types: "./dist-types/index.d.ts",
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
default: "./dist-src/index.js",
default: "./dist-types/index.js",
},
},
sideEffects: false,
Expand Down

0 comments on commit 4aed459

Please sign in to comment.