Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Apr 25, 2024
1 parent 10c5995 commit 34bdf58
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,17 @@
"dist"
],
"main": "dist/webr.mjs",
"types": "dist/webr/webr-main.d.ts",
"types": "dist/webR/webr-main.d.ts",
"exports": {
".": {
"types": "./dist/webR/webr-main.d.ts",
"node": "./dist/webr.cjs",
"types": "./dist/webr/webr-main.d.ts",
"default": "./dist/webr.mjs"
},
"./chan/serviceworker": "./dist/webr-serviceworker.mjs"
},
"typesVersions": {
"*": {
"*": [
"dist/webR/*"
]
"./chan/serviceworker": {
"types": "./dist/webR/chan/serviceworker.d.ts",
"browser": "./dist/webr-serviceworker.js",
"default": "./dist/webr-serviceworker.mjs"
}
},
"engines": {
Expand Down

0 comments on commit 34bdf58

Please sign in to comment.