Skip to content

Commit 2a7b93b

Browse files
committed
Add sqlite3.wasm as explicit package.json export
1 parent 24fb309 commit 2a7b93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"main": "./index.mjs",
2929
"browser": "./index.mjs"
3030
},
31-
"./package.json": "./package.json"
31+
"./package.json": "./package.json",
32+
"./sqlite3.wasm": "./sqlite-wasm/jswasm/sqlite3.wasm"
3233
},
3334
"bin": {
3435
"sqlite-wasm": "bin/index.js"

0 commit comments

Comments
 (0)