Skip to content

Commit

Permalink
export ./dist/dexie.mjs (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenApps authored May 20, 2024
1 parent a5519e5 commit c6f82b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"default": "./dist/dexie.js"
}
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./dist/dexie.mjs": "./dist/dexie.mjs"
},
"typings": "dist/dexie.d.ts",
"jspm": {
Expand Down

0 comments on commit c6f82b2

Please sign in to comment.