Skip to content

Commit

Permalink
exclude wasm file from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 30, 2024
1 parent 5984330 commit e512a39
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"tasks": {
"build:npm": "deno run -A ./scripts/build_npm.ts"
},
"exclude": [
"npm"
],
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@std/assert": "jsr:@std/assert@^0.226.0"
},
"exports": "./mod.ts"
"exports": "./mod.ts",
"exclude": [
"npm",
"test/test_plugin_v4.wasm"
]
}

0 comments on commit e512a39

Please sign in to comment.