Skip to content

Commit

Permalink
fix for jsdeliver+esm
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Jan 9, 2024
1 parent 0d777ef commit f6a0a2c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
"types": "rm -rf types/generated && npx tsc"
},
"main": "./dist/riscript.js",
"types": "./dist/riscript.d.ts",
"browser": "./dist/riscript.min.js",
"exports": {
".": {
"import": {
"default": "./dist/riscript.js",
"types": "./dist/riscript.d.ts"
},
"require": {
"default": "./dist/riscript.cjs",
"types": "./dist/riscript.d.cts"
}
"import": "./dist/riscript.js",
"require": "./dist/riscript.cjs",
"types": "./dist/riscript.d.ts"
}
},
"files": [
Expand Down

0 comments on commit f6a0a2c

Please sign in to comment.