From fb47fd1ac341bc554334be5a9b9c386cb1fd5705 Mon Sep 17 00:00:00 2001 From: Lukas Fittl Date: Wed, 4 Sep 2024 00:37:01 -0700 Subject: [PATCH] Include WASM build in npm package For now this is kept in a separate file ("pg_query_wasm.js"). --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 44617ac..4eee604 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "main": "pg_query.js", "type": "module", "files": [ - "pg_query.js" + "pg_query.js", + "pg_query_wasm.js" ], "repository": { "type": "git",