Update jsr.json to include 'mod.ts' in the publish configuration

This commit is contained in:
Huakun Shen 2025-01-12 22:16:47 -05:00
parent 91c118523f
commit af83fd397b
No known key found for this signature in database

View File

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