Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 30, 2024
1 parent e512a39 commit 423ab47
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@std/assert": "jsr:@std/assert@^0.226.0"
},
"publish": {
"exclude": [
".github",
"scripts",
"test"
]
},
"exports": "./mod.ts",
"exclude": [
"npm",
"test/test_plugin_v4.wasm"
"npm"
]
}

0 comments on commit 423ab47

Please sign in to comment.