Skip to content

Commit

Permalink
Include WASM build in npm package
Browse files Browse the repository at this point in the history
For now this is kept in a separate file ("pg_query_wasm.js").
  • Loading branch information
lfittl committed Sep 4, 2024
1 parent 1089569 commit fb47fd1
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 @@ -8,7 +8,8 @@
"main": "pg_query.js",
"type": "module",
"files": [
"pg_query.js"
"pg_query.js",
"pg_query_wasm.js"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit fb47fd1

Please sign in to comment.