Skip to content

Commit d8d8527

Browse files
authored
add complete ./dist/* to package.json exports (#2004)
1 parent 638156b commit d8d8527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"./package.json": "./package.json",
30-
"./dist/dexie.mjs": "./dist/dexie.mjs"
30+
"./dist/*": "./dist/*"
3131
},
3232
"typings": "dist/dexie.d.ts",
3333
"jspm": {

0 commit comments

Comments
 (0)