diff --git a/deno.json b/deno.json index 751979a..ae506d3 100644 --- a/deno.json +++ b/deno.json @@ -13,5 +13,9 @@ }, "tasks": { "build:npm": "deno run ./scripts/build_npm.ts" + }, + "publish": { + "include": ["LICENSE", "README.md", "crypto", "identity"], + "exclude": ["**/*.test.ts"] } }