update publish include to add mod.ts

This commit is contained in:
Huakun Shen 2025-01-18 04:16:01 -05:00
parent 937edf8c98
commit 0818c3194b
No known key found for this signature in database

View File

@ -4,6 +4,6 @@
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": ["dist", "README.md"]
"include": ["dist", "README.md", "mod.ts"]
}
}