Skip to content

Commit

Permalink
Revert "fix: add main entry point (#719)"
Browse files Browse the repository at this point in the history
This reverts commit 2a72627.
  • Loading branch information
wolfy1339 committed May 2, 2024
1 parent 8251b8e commit 8a45428
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,8 @@ async function main() {
{
...pkg,
files: ["dist-*/**"],
main: "./dist-src/index.js",
exports: "./dist-src/index.js",
types: "./dist-types/index.d.ts",
exports: {
".": {
import: "./dist-src/index.js",
types: "./dist-types/index.d.ts",
},
},
sideEffects: false,
},
null,
Expand Down

0 comments on commit 8a45428

Please sign in to comment.