chore: exclude other files from jsr publish

This commit is contained in:
Shibo Lyu 2024-09-26 00:50:51 +08:00
parent ce48c65b0b
commit 3eabba3466

View file

@ -13,5 +13,9 @@
},
"tasks": {
"build:npm": "deno run ./scripts/build_npm.ts"
},
"publish": {
"include": ["LICENSE", "README.md", "crypto", "identity"],
"exclude": ["**/*.test.ts"]
}
}