Skip to content

Commit 423ab47

Browse files
committed
update
1 parent e512a39 commit 423ab47

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

deno.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
99
"@std/assert": "jsr:@std/assert@^0.226.0"
1010
},
11+
"publish": {
12+
"exclude": [
13+
".github",
14+
"scripts",
15+
"test"
16+
]
17+
},
1118
"exports": "./mod.ts",
1219
"exclude": [
13-
"npm",
14-
"test/test_plugin_v4.wasm"
20+
"npm"
1521
]
1622
}

0 commit comments

Comments
 (0)