Skip to content

Commit

Permalink
Publish without includes
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 4a40490 commit be3ca37
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.2",
"version": "0.5.4",
"name": "@deco/deno-ast-wasm",
"exports": {
".": "./mod.ts",
Expand All @@ -13,29 +13,6 @@
"fmt": "deno fmt --ignore=deno_ast_wasm,lib,target --unstable && cargo fmt",
"test": "deno test -A --no-check --config deno.jsonc tests/"
},
"publish": {
"include": [
"./lib/deno_ast_wasm_bg.wasm",
"./lib/deno_ast_wasm.generated.d.ts",
"./lib/deno_ast_wasm.generated.js",
"./mod.ts",
"./wasm.d.ts",
"README.md"
],
"exclude": [
"**/*.bench.ts",
"**/*.test.ts",
"./scripts/codemod.ts",
"./plugins",
"live.gen.ts",
"MAINTAINERS.txt",
"live.ts",
"CODE_OF_CONDUCT.md",
".gitattributes",
".github",
"assets"
]
},
"imports": {
"@david/dax": "jsr:@david/dax@^0.39.2",
"@std/archive": "jsr:@std/archive@^0.218.2",
Expand Down

0 comments on commit be3ca37

Please sign in to comment.