Skip to content

Commit

Permalink
Add sqlite3.wasm as explicit package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Oct 11, 2024
1 parent 24fb309 commit 2a7b93b
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 @@ -28,7 +28,8 @@
"main": "./index.mjs",
"browser": "./index.mjs"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./sqlite3.wasm": "./sqlite-wasm/jswasm/sqlite3.wasm"
},
"bin": {
"sqlite-wasm": "bin/index.js"
Expand Down

0 comments on commit 2a7b93b

Please sign in to comment.