Skip to content

Commit

Permalink
Resolves issue #1439
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Nov 24, 2021
1 parent 25968b7 commit b7ae890
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,10 @@
"main": "dist/dexie.js",
"module": "dist/dexie.mjs",
"jsnext:main": "dist/dexie.mjs",
"exports": "./dist/modern/dexie.mjs",
"exports": {
"import": "./dist/modern/dexie.mjs",
"require": "./dist/dexie.js"
},
"typings": "dist/dexie.d.ts",
"jspm": {
"format": "cjs",
Expand Down

0 comments on commit b7ae890

Please sign in to comment.