Skip to content

Commit

Permalink
Include wasm
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 26, 2024
1 parent 74f0355 commit 4a40490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1",
"version": "0.5.2",
"name": "@deco/deno-ast-wasm",
"exports": {
".": "./mod.ts",
Expand All @@ -15,6 +15,7 @@
},
"publish": {
"include": [
"./lib/deno_ast_wasm_bg.wasm",
"./lib/deno_ast_wasm.generated.d.ts",
"./lib/deno_ast_wasm.generated.js",
"./mod.ts",
Expand Down

0 comments on commit 4a40490

Please sign in to comment.