Skip to content

Commit ffdcb00

Browse files
authored
Merge pull request #87 from ggoodman/add-wasm-to-exports
Add sqlite3.wasm as explicit package.json export
2 parents 24fb309 + 2a7b93b commit ffdcb00

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)