Skip to content

Commit 0d26ef5

Browse files
Include WASM in npm package (#87)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com> Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
1 parent d24cece commit 0d26ef5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"prebuilds/**",
1717
"bindings/node/*",
1818
"queries/*",
19-
"src/**"
19+
"src/**",
20+
"*.wasm"
2021
],
2122
"license": "Apache-2.0",
2223
"repository": {

0 commit comments

Comments
 (0)