fix: update publish include paths in jsr.json

This commit is contained in:
Huakun Shen 2025-01-18 06:24:57 -05:00
parent 80a1bfc756
commit ab5060f2d3
No known key found for this signature in database

View File

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