Skip to content

Commit

Permalink
reordered exports so default is final entry
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstaten committed Apr 12, 2024
1 parent eb9ae99 commit 10c5995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"exports": {
".": {
"node": "./dist/webr.cjs",
"default": "./dist/webr.mjs",
"types": "./dist/webr/webr-main.d.ts"
"types": "./dist/webr/webr-main.d.ts",
"default": "./dist/webr.mjs"
},
"./chan/serviceworker": "./dist/webr-serviceworker.mjs"
},
Expand Down

0 comments on commit 10c5995

Please sign in to comment.