Skip to content

Commit

Permalink
fix: worker export in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Nov 12, 2024
1 parent 522b99e commit d163943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"./worker": {
"types": "./dist/worker.d.ts",
"require": "./dist/worker.mjs",
"import": "./dist/worker.cjs"
"import": "./dist/worker.mjs",
"require": "./dist/worker.cjs"
},
"./*": "./*"
},
Expand Down

0 comments on commit d163943

Please sign in to comment.