From af83fd397b73c62e27f499aa25134d660a26b801 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 12 Jan 2025 22:16:47 -0500 Subject: [PATCH] Update jsr.json to include 'mod.ts' in the publish configuration --- jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index be6eb74..21f3d28 100644 --- a/jsr.json +++ b/jsr.json @@ -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"] } }