Skip to content

Commit

Permalink
add browser hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed May 6, 2024
1 parent 16c540d commit 9af50f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"browser": "./dist/browser/index.js"
},
"./worker": {
"import": "./dist/worker/smoldot-worker.js"
"import": "./dist/worker/smoldot-worker.js",
"browser": "./dist/worker/smoldot-worker.js"
}
},
"tsup": {
Expand Down

0 comments on commit 9af50f3

Please sign in to comment.