Skip to content

Commit

Permalink
add exports - related to yjs/yjs#438
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Nov 2, 2023
1 parent 41a5e59 commit 7a6eae1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"dist/*",
"src/*"
],
"exports": {
".": {
"types": "./dist/src/y-indexeddb.d.ts",
"module": "./src/y-indexeddb.js",
"import": "./src/y-indexeddb.js",
"require": "./dist/y-indexeddb.cjs",
"default": "./src/y-indexeddb.js",
},
"./package.json": "./package.json"
},
"standard": {
"ignore": [
"/dist",
Expand Down

0 comments on commit 7a6eae1

Please sign in to comment.